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 <d.csapak@proxmox.com>
This commit is contained in:
Dominik Csapak 2016-09-13 13:46:09 +02:00 committed by Dietmar Maurer
parent 4542b0d633
commit 3ef5861105

View File

@ -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,
{