mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-06 17:10:35 +00:00
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:
parent
4542b0d633
commit
3ef5861105
@ -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,
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user