mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-15 09:22:03 +00:00
change default value for hotplug to match QemuServer default
This commit is contained in:
parent
8f9540a15a
commit
0a1b8ecff1
@ -123,7 +123,7 @@ Ext.define('PVE.qemu.Options', {
|
|||||||
},
|
},
|
||||||
hotplug: {
|
hotplug: {
|
||||||
header: gettext('Hotplug'),
|
header: gettext('Hotplug'),
|
||||||
defaultValue: '',
|
defaultValue: true,
|
||||||
renderer: PVE.Utils.format_boolean,
|
renderer: PVE.Utils.format_boolean,
|
||||||
editor: caps.vms['VM.Config.HWType'] ? {
|
editor: caps.vms['VM.Config.HWType'] ? {
|
||||||
xtype: 'pveWindowEdit',
|
xtype: 'pveWindowEdit',
|
||||||
@ -132,7 +132,7 @@ Ext.define('PVE.qemu.Options', {
|
|||||||
xtype: 'pvecheckbox',
|
xtype: 'pvecheckbox',
|
||||||
name: 'hotplug',
|
name: 'hotplug',
|
||||||
uncheckedValue: 0,
|
uncheckedValue: 0,
|
||||||
defaultValue: 0,
|
defaultValue: 1,
|
||||||
deleteDefaultValue: true,
|
deleteDefaultValue: true,
|
||||||
fieldLabel: gettext('Hotplug')
|
fieldLabel: gettext('Hotplug')
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user