]> git.proxmox.com Git - pve-manager-legacy.git/commitdiff
refer to manual in lxc wizard
authorDominik Csapak <d.csapak@proxmox.com>
Fri, 12 Aug 2016 12:57:27 +0000 (14:57 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 23 Aug 2016 07:10:47 +0000 (09:10 +0200)
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@proxmox.com>
www/manager6/lxc/CreateWizard.js

index a6cb59d9f776498cb2e2deb30873c415dfdbe20e..d0f96338d2fc427bb55eebbc89beaa465ecada98 100644 (file)
@@ -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,