From: Emmanuel Kasper Date: Wed, 1 Jun 2016 10:15:42 +0000 (+0200) Subject: Add support for onlineHelp in Creation Wizard X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=84bfba3e2866943f28ba39a56cf27af53a0c514e;p=pve-manager.git Add support for onlineHelp in Creation Wizard Inside a wizard, switching to a new tab will fire the 'activate' event to the new tab, causing the inputPanel of this tab to display its help in the wizard window. --- diff --git a/www/manager6/window/Wizard.js b/www/manager6/window/Wizard.js index d6e22c1b..31628433 100644 --- a/www/manager6/window/Wizard.js +++ b/www/manager6/window/Wizard.js @@ -65,6 +65,10 @@ Ext.define('PVE.window.Wizard', { region: 'south', margins: '0 5 5 5', items: [ + { + xtype: 'pveHelpButton', + itemId: 'help' + }, '->', { text: gettext('Back'),