ui: eslint: some more trailing comma fixes

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2021-01-19 17:48:50 +01:00
parent 399ffa767f
commit fa8d397162
6 changed files with 6 additions and 6 deletions

View File

@ -711,5 +711,5 @@ Ext.define('PVE.Parser', {
});
return [res, extradata];
},
}
},
});

View File

@ -374,7 +374,7 @@ Ext.define('PVE.node.CephServiceList', {
{
type: 'string', name: 'version', calculate: function(data) {
return PVE.Utils.parse_ceph_version(data);
}
},
},
],
idProperty: 'name',

View File

@ -549,7 +549,7 @@ Ext.define('PVE.dc.BackupDiskTree', {
},
},
},
]
],
},
});

View File

@ -157,7 +157,7 @@ Ext.define('PVE.lxc.Config', {
},
iconCls: 'fa fa-trash-o',
},
]
],
},
});

View File

@ -132,7 +132,7 @@ Ext.define('PVE.qemu.Config', {
},
iconCls: 'fa fa-trash-o',
},
]
],
},
});

View File

@ -167,7 +167,7 @@ Ext.define('PVE.qemu.HardwareView', {
['__default__', PVE.Utils.render_qemu_machine('')],
['q35', 'q35'],
],
}]
}],
} : undefined,
iconCls: 'cogs',
never_delete: true,