[pve-devel] applied: [PATCH manager] ui: vm memory: correctly set initial maxValue for balloon

Thomas Lamprecht t.lamprecht at proxmox.com
Thu Aug 22 14:09:05 CEST 2019


Signed-off-by: Thomas Lamprecht <t.lamprecht at proxmox.com>
---
 www/manager6/qemu/MemoryEdit.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/www/manager6/qemu/MemoryEdit.js b/www/manager6/qemu/MemoryEdit.js
index 4c4d1815..d1284716 100644
--- a/www/manager6/qemu/MemoryEdit.js
+++ b/www/manager6/qemu/MemoryEdit.js
@@ -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,
-- 
2.20.1





More information about the pve-devel mailing list