From cb38d277deb34e57cd26e6147286aa7c2c0d2eff Mon Sep 17 00:00:00 2001 From: Dominik Csapak Date: Wed, 2 Nov 2016 12:50:41 +0100 Subject: [PATCH] add lxc cpu and memory onlineHelp ids Signed-off-by: Dominik Csapak --- www/manager6/lxc/ResourceEdit.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/www/manager6/lxc/ResourceEdit.js b/www/manager6/lxc/ResourceEdit.js index c9cd4aaf..dd1639ca 100644 --- a/www/manager6/lxc/ResourceEdit.js +++ b/www/manager6/lxc/ResourceEdit.js @@ -99,6 +99,8 @@ Ext.define('PVE.lxc.CPUInputPanel', { extend: 'PVE.panel.InputPanel', alias: 'widget.pveLxcCPUInputPanel', + onlineHelp: 'pct_cpu', + insideWizard: false, onGetValues: function(values) { @@ -170,6 +172,8 @@ Ext.define('PVE.lxc.MemoryInputPanel', { extend: 'PVE.panel.InputPanel', alias: 'widget.pveLxcMemoryInputPanel', + onlineHelp: 'pct_memory', + insideWizard: false, initComponent : function() {