[pve-devel] [PATCH manager] refer to manual in lxc wizard

Dominik Csapak d.csapak at proxmox.com
Fri Aug 12 14:57:27 CEST 2016


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 <d.csapak at proxmox.com>
---
 www/manager6/lxc/CreateWizard.js | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/www/manager6/lxc/CreateWizard.js b/www/manager6/lxc/CreateWizard.js
index a1a7b57..ff52fc4 100644
--- a/www/manager6/lxc/CreateWizard.js
+++ b/www/manager6/lxc/CreateWizard.js
@@ -40,6 +40,7 @@ Ext.define('PVE.lxc.CreateWizard', {
 	    insideWizard: true,
 	    create: true,
 	    unused: false,
+	    onlineHelp: 'chapter-pct.html#_container_storage',
 	    confid: 'rootfs'
 	});
 
@@ -47,6 +48,7 @@ Ext.define('PVE.lxc.CreateWizard', {
 	    title: gettext('Network'),
 	    insideWizard: true,
 	    dataCache: {},
+	    onlineHelp: 'chapter-pct.html#_container_network',
 	    create: true
 	});
 
@@ -139,6 +141,7 @@ Ext.define('PVE.lxc.CreateWizard', {
 		{
 		    xtype: 'inputpanel',
 		    title: gettext('Template'),
+		    onlineHelp: 'chapter-pct.html#_container_images',
 		    column1: [ tmplstoragesel, tmplsel]
 		},
 		rootfspanel,
-- 
2.1.4





More information about the pve-devel mailing list