From 3ef5861105cc96f5dd92bd3bf85c99fa06988c07 Mon Sep 17 00:00:00 2001 From: Dominik Csapak Date: Tue, 13 Sep 2016 13:46:09 +0200 Subject: [PATCH] add global help button this adds a global help button to the top, which links to the index of our included documentation Signed-off-by: Dominik Csapak --- www/manager6/Workspace.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/www/manager6/Workspace.js b/www/manager6/Workspace.js index 78774be0..8b7b239e 100644 --- a/www/manager6/Workspace.js +++ b/www/manager6/Workspace.js @@ -403,6 +403,14 @@ Ext.define('PVE.StdWorkspace', { id: 'userinfo', stateful: false }, + { + xtype: 'pveHelpButton', + hidden: false, + iconCls: 'fa fa-info-circle x-btn-icon-el-default-toolbar-small ', + listenToGlobalEvent: false, + onlineHelp: 'index.html', + margin: '0 5 0 0' + }, createVM, createCT, {