mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-05-28 17:55:42 +00:00
allow up to 16 virtio disks
This commit is contained in:
parent
59849502b3
commit
713dcebd67
@ -5,7 +5,7 @@ Ext.define('PVE.form.ControllerSelector', {
|
||||
statics: {
|
||||
maxIds: {
|
||||
ide: 3,
|
||||
virtio: 5,
|
||||
virtio: 15,
|
||||
scsi: 13
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user