From e30cddd254fe4e3759adafb78db2297ea60909e2 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 22 Aug 2019 14:08:50 +0200 Subject: [PATCH] ui: vm memory: correctly set initial maxValue for balloon Signed-off-by: Thomas Lamprecht --- 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,