add lxc cpu and memory onlineHelp ids

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
Dominik Csapak 2016-11-02 12:50:41 +01:00 committed by Dietmar Maurer
parent 6fb47ebac9
commit cb38d277de

View File

@ -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() {