mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-09 04:51:09 +00:00
ui: eslint: some more trailing comma fixes
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
399ffa767f
commit
fa8d397162
@ -711,5 +711,5 @@ Ext.define('PVE.Parser', {
|
|||||||
});
|
});
|
||||||
return [res, extradata];
|
return [res, extradata];
|
||||||
},
|
},
|
||||||
}
|
},
|
||||||
});
|
});
|
||||||
|
@ -374,7 +374,7 @@ Ext.define('PVE.node.CephServiceList', {
|
|||||||
{
|
{
|
||||||
type: 'string', name: 'version', calculate: function(data) {
|
type: 'string', name: 'version', calculate: function(data) {
|
||||||
return PVE.Utils.parse_ceph_version(data);
|
return PVE.Utils.parse_ceph_version(data);
|
||||||
}
|
},
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
idProperty: 'name',
|
idProperty: 'name',
|
||||||
|
@ -549,7 +549,7 @@ Ext.define('PVE.dc.BackupDiskTree', {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
]
|
],
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
|
@ -157,7 +157,7 @@ Ext.define('PVE.lxc.Config', {
|
|||||||
},
|
},
|
||||||
iconCls: 'fa fa-trash-o',
|
iconCls: 'fa fa-trash-o',
|
||||||
},
|
},
|
||||||
]
|
],
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
|
@ -132,7 +132,7 @@ Ext.define('PVE.qemu.Config', {
|
|||||||
},
|
},
|
||||||
iconCls: 'fa fa-trash-o',
|
iconCls: 'fa fa-trash-o',
|
||||||
},
|
},
|
||||||
]
|
],
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
|
@ -167,7 +167,7 @@ Ext.define('PVE.qemu.HardwareView', {
|
|||||||
['__default__', PVE.Utils.render_qemu_machine('')],
|
['__default__', PVE.Utils.render_qemu_machine('')],
|
||||||
['q35', 'q35'],
|
['q35', 'q35'],
|
||||||
],
|
],
|
||||||
}]
|
}],
|
||||||
} : undefined,
|
} : undefined,
|
||||||
iconCls: 'cogs',
|
iconCls: 'cogs',
|
||||||
never_delete: true,
|
never_delete: true,
|
||||||
|
Loading…
Reference in New Issue
Block a user