[pve-devel] [PATCH manager 1/3] ui: rename global 'Help' button to 'Documentation'

Thomas Lamprecht t.lamprecht at proxmox.com
Thu Oct 5 15:05:35 CEST 2017


To make it more clear that this will always end you on the
Documentation index.

Also, multiple Help buittons which all may or may not do something
diffrent are a bit weird/confusing - thus distiction is important
IMO.

Signed-off-by: Thomas Lamprecht <t.lamprecht at proxmox.com>
---
 www/manager6/Workspace.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/www/manager6/Workspace.js b/www/manager6/Workspace.js
index 9376cea5..ad27cc9e 100644
--- a/www/manager6/Workspace.js
+++ b/www/manager6/Workspace.js
@@ -329,6 +329,7 @@ Ext.define('PVE.StdWorkspace', {
 			    iconCls: 'fa fa-info-circle x-btn-icon-el-default-toolbar-small ',
 			    listenToGlobalEvent: false,
 			    onlineHelp: 'pve_documentation_index',
+			    text: gettext('Documentation'),
 			    margin: '0 5 0 0'
 			},
 			createVM, 
-- 
2.11.0





More information about the pve-devel mailing list