mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-15 07:20:26 +00:00
fix #1969: increase max unused disks
Signed-off-by: David Limbeck <d.limbeck@proxmox.com>
This commit is contained in:
parent
98b48cbd37
commit
afa1997599
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user