From: Dominik Csapak Date: Fri, 12 Aug 2016 12:57:27 +0000 (+0200) Subject: refer to manual in lxc wizard X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=6d61b83782112f33a486ada621f377a6b29aa9ca;p=pve-manager-legacy.git refer to manual in lxc wizard adds a help button to the following panels in the lxc wizard Template (points to: Container Images) Root Disk (points to: Container Storage) Network (points to: Container Network) Signed-off-by: Dominik Csapak --- diff --git a/www/manager6/lxc/CreateWizard.js b/www/manager6/lxc/CreateWizard.js index a6cb59d9..d0f96338 100644 --- a/www/manager6/lxc/CreateWizard.js +++ b/www/manager6/lxc/CreateWizard.js @@ -57,6 +57,7 @@ Ext.define('PVE.lxc.CreateWizard', { insideWizard: true, create: true, unused: false, + onlineHelp: 'chapter-pct.html#_container_storage', confid: 'rootfs' }); @@ -64,6 +65,7 @@ Ext.define('PVE.lxc.CreateWizard', { title: gettext('Network'), insideWizard: true, dataCache: {}, + onlineHelp: 'chapter-pct.html#_container_network', create: true }); @@ -219,6 +221,7 @@ Ext.define('PVE.lxc.CreateWizard', { { xtype: 'inputpanel', title: gettext('Template'), + onlineHelp: 'chapter-pct.html#_container_images', column1: [ tmplstoragesel, tmplsel] }, rootfspanel,