[pve-devel] [RFC manager 3/3] add tooltip text for datacenter, nodes, ct, vms, pools and storage
Dominik Csapak
d.csapak at proxmox.com
Wed Sep 14 12:19:30 CEST 2016
Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
---
www/manager6/dc/Config.js | 1 +
www/manager6/lxc/Config.js | 1 +
www/manager6/node/Config.js | 1 +
www/manager6/pool/Config.js | 1 +
www/manager6/qemu/Config.js | 1 +
www/manager6/storage/Browser.js | 1 +
6 files changed, 6 insertions(+)
diff --git a/www/manager6/dc/Config.js b/www/manager6/dc/Config.js
index 94143ed..e42599b 100644
--- a/www/manager6/dc/Config.js
+++ b/www/manager6/dc/Config.js
@@ -7,6 +7,7 @@ Ext.define('PVE.dc.Config', {
alias: 'widget.PVE.dc.Config',
onlineHelp: 'pve-admin-guide.html',
+ onlineHelpTooltip: gettext('Datacenter'),
initComponent: function() {
var me = this;
diff --git a/www/manager6/lxc/Config.js b/www/manager6/lxc/Config.js
index 672b49a..b312f62 100644
--- a/www/manager6/lxc/Config.js
+++ b/www/manager6/lxc/Config.js
@@ -3,6 +3,7 @@ Ext.define('PVE.lxc.Config', {
alias: 'widget.PVE.lxc.Config',
onlineHelp: 'chapter-pct.html',
+ onlineHelpTooltip: gettext('Container'),
initComponent: function() {
var me = this;
diff --git a/www/manager6/node/Config.js b/www/manager6/node/Config.js
index 8159a57..cf34d8e 100644
--- a/www/manager6/node/Config.js
+++ b/www/manager6/node/Config.js
@@ -3,6 +3,7 @@ Ext.define('PVE.node.Config', {
alias: 'widget.PVE.node.Config',
onlineHelp: 'chapter-sysadmin.html',
+ onlineHelpTooltip: gettext('Node'),
initComponent: function() {
var me = this;
diff --git a/www/manager6/pool/Config.js b/www/manager6/pool/Config.js
index 66e5def..256d765 100644
--- a/www/manager6/pool/Config.js
+++ b/www/manager6/pool/Config.js
@@ -3,6 +3,7 @@ Ext.define('PVE.pool.Config', {
alias: 'widget.pvePoolConfig',
onlineHelp: 'chapter-pveum.html#_pools',
+ onlineHelpTooltip: gettext('Pools'),
initComponent: function() {
var me = this;
diff --git a/www/manager6/qemu/Config.js b/www/manager6/qemu/Config.js
index e58ddc2..2a0e242 100644
--- a/www/manager6/qemu/Config.js
+++ b/www/manager6/qemu/Config.js
@@ -3,6 +3,7 @@ Ext.define('PVE.qemu.Config', {
alias: 'widget.PVE.qemu.Config',
onlineHelp: 'chapter-qm.html',
+ onlineHelpTooltip: gettext('Virtual Machines'),
initComponent: function() {
var me = this;
diff --git a/www/manager6/storage/Browser.js b/www/manager6/storage/Browser.js
index fcd5aa7..c23d0c1 100644
--- a/www/manager6/storage/Browser.js
+++ b/www/manager6/storage/Browser.js
@@ -3,6 +3,7 @@ Ext.define('PVE.storage.Browser', {
alias: 'widget.PVE.storage.Browser',
onlineHelp: 'chapter-pvesm.html',
+ onlineHelpTooltip: gettext('Storage'),
initComponent: function() {
var me = this;
--
2.1.4
More information about the pve-devel
mailing list