fix #1969: increase max unused disks

Signed-off-by: David Limbeck <d.limbeck@proxmox.com>
This commit is contained in:
David Limbeck 2018-11-05 14:02:16 +01:00 committed by Thomas Lamprecht
parent 98b48cbd37
commit afa1997599

View File

@ -232,7 +232,7 @@ Ext.define('PVE.qemu.HardwareView', {
header: gettext('Serial Port') + ' (' + confid + ')' header: gettext('Serial Port') + ' (' + confid + ')'
}; };
} }
for (i = 0; i < 8; i++) { for (i = 0; i < 256; i++) {
rows["unused" + i.toString()] = { rows["unused" + i.toString()] = {
group: 99, group: 99,
order: i, order: i,