mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-05 18:11:22 +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',
|
||||
name: 'balloon',
|
||||
minValue: 1,
|
||||
maxValue: 512,
|
||||
step: 32,
|
||||
fieldLabel: gettext('Minimum memory') + ' (MiB)',
|
||||
hotplug: me.hotplug,
|
||||
|
Loading…
Reference in New Issue
Block a user