add lxc cpu and memory onlineHelp ids
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
6fb47ebac9
commit
cb38d277de
@ -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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user