Commit 2df56245 authored by Dietmar Maurer's avatar Dietmar Maurer

qemu GUI: add hotplug option

parent 8acbdacc
......@@ -121,6 +121,23 @@ Ext.define('PVE.qemu.Options', {
}
} : undefined
},
hotplug: {
header: gettext('Hotplug'),
defaultValue: '',
renderer: PVE.Utils.format_boolean,
editor: caps.vms['VM.Config.HWType'] ? {
xtype: 'pveWindowEdit',
subject: gettext('Hotplog'),
items: {
xtype: 'pvecheckbox',
name: 'hotplug',
uncheckedValue: 0,
defaultValue: 0,
deleteDefaultValue: true,
fieldLabel: gettext('Hotplug')
}
} : undefined
},
acpi: {
header: gettext('ACPI support'),
defaultValue: true,
......
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