mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-13 21:24:01 +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: {
|
||||
header: gettext('Hotplug'),
|
||||
defaultValue: '',
|
||||
defaultValue: true,
|
||||
renderer: PVE.Utils.format_boolean,
|
||||
editor: caps.vms['VM.Config.HWType'] ? {
|
||||
xtype: 'pveWindowEdit',
|
||||
@ -132,7 +132,7 @@ Ext.define('PVE.qemu.Options', {
|
||||
xtype: 'pvecheckbox',
|
||||
name: 'hotplug',
|
||||
uncheckedValue: 0,
|
||||
defaultValue: 0,
|
||||
defaultValue: 1,
|
||||
deleteDefaultValue: true,
|
||||
fieldLabel: gettext('Hotplug')
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user