change group of unused to 99 to that we can add things in between
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com> Reviewed-by: Thomas Lamprecht <t.lamprecht@proxmox.com> Tested-by: Thomas Lamprecht <t.lamprecht@proxmox.com> Acked-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
535d3e758a
commit
41592194c9
@ -229,7 +229,7 @@ Ext.define('PVE.qemu.HardwareView', {
|
||||
}
|
||||
for (i = 0; i < 8; i++) {
|
||||
rows["unused" + i.toString()] = {
|
||||
group: 6,
|
||||
group: 99,
|
||||
tdCls: 'pve-itype-icon-storage',
|
||||
editor: caps.vms['VM.Config.Disk'] ? 'PVE.qemu.HDEdit' : undefined,
|
||||
header: gettext('Unused Disk') + ' ' + i.toString()
|
||||
|
Loading…
x
Reference in New Issue
Block a user