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:
Dominik Csapak 2018-01-26 11:58:01 +01:00 committed by Wolfgang Bumiller
parent 535d3e758a
commit 41592194c9

View File

@ -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()