fix schema error: do not submit efidisk checkbox value

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2019-03-28 17:51:47 +01:00
parent aae2273c61
commit c24fdb62b9

View File

@ -120,6 +120,7 @@ Ext.define('PVE.qemu.SystemInputPanel', {
disabled: '{!efi}' disabled: '{!efi}'
}, },
hidden: true, hidden: true,
submitValue: false,
disabled: true, disabled: true,
fieldLabel: gettext('Add EFI Disk') fieldLabel: gettext('Add EFI Disk')
}, },