ui: memory field: third time's a charm...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
@ -12,7 +12,7 @@ Ext.define('PVE.form.MemoryField', {
|
||||
|
||||
step: 32,
|
||||
|
||||
value: '512', // qm default
|
||||
value: '512', // qm backend default
|
||||
|
||||
allowDecimals: false,
|
||||
|
||||
|
@ -62,6 +62,7 @@ Ext.define('PVE.qemu.MemoryInputPanel', {
|
||||
name: 'balloon',
|
||||
minValue: 1,
|
||||
maxValue: me.insideWizard ? 2048 : 512,
|
||||
value: me.insideWizard ? '2048' : '512',
|
||||
step: 32,
|
||||
fieldLabel: gettext('Minimum memory') + ' (MiB)',
|
||||
hotplug: me.hotplug,
|
||||
|
Reference in New Issue
Block a user