mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-09 17:06:16 +00:00
ui: vm memory: correctly set initial maxValue for balloon
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
94d7d5acfb
commit
e30cddd254
@ -60,6 +60,7 @@ Ext.define('PVE.qemu.MemoryInputPanel', {
|
|||||||
xtype: 'pveMemoryField',
|
xtype: 'pveMemoryField',
|
||||||
name: 'balloon',
|
name: 'balloon',
|
||||||
minValue: 1,
|
minValue: 1,
|
||||||
|
maxValue: 512,
|
||||||
step: 32,
|
step: 32,
|
||||||
fieldLabel: gettext('Minimum memory') + ' (MiB)',
|
fieldLabel: gettext('Minimum memory') + ' (MiB)',
|
||||||
hotplug: me.hotplug,
|
hotplug: me.hotplug,
|
||||||
|
Loading…
Reference in New Issue
Block a user