Commit 217e32e3 authored by Dietmar Maurer's avatar Dietmar Maurer

Fix maxIDs

parent a263b7e3
...@@ -5,8 +5,8 @@ Ext.define('PVE.form.ControllerSelector', { ...@@ -5,8 +5,8 @@ Ext.define('PVE.form.ControllerSelector', {
statics: { statics: {
maxIds: { maxIds: {
ide: 3, ide: 3,
virtio: 15, virtio: 5,
scsi: 15 scsi: 13
} }
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment