mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-08 06:38:39 +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',
|
id: 'userinfo',
|
||||||
stateful: false
|
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,
|
createVM,
|
||||||
createCT,
|
createCT,
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user