[pve-devel] [PATCH pve-manager 2/3] Move button explanation from Tooltip to button text

Emmanuel Kasper e.kasper at proxmox.com
Tue May 10 15:01:55 CEST 2016


This makes us consistent with te rest of the GUI, and help user
not to do "label hunting"
---
 www/manager6/grid/ResourceGrid.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/manager6/grid/ResourceGrid.js b/www/manager6/grid/ResourceGrid.js
index 935bdd0..a25ee17 100644
--- a/www/manager6/grid/ResourceGrid.js
+++ b/www/manager6/grid/ResourceGrid.js
@@ -157,7 +157,7 @@ Ext.define('PVE.grid.ResourceGrid', {
 		{
 		    xtype: 'button',
 		    itemId: 'resetbutton',
-		    tooltip: gettext("Reset Columns"),
+		    text: gettext("Reset Columns"),
 		    iconCls: 'fa fa-fw fa-columns x-button-reset',
 		    handler: function(button, e, opts) {
 			var sp = Ext.state.Manager.getProvider();
-- 
2.1.4





More information about the pve-devel mailing list