From a2920c3757531dcb51ab6ccfe98614ac8f2d0d60 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 6 Oct 2020 15:15:43 +0200 Subject: [PATCH] ui: dashboard: add tooltip to gears edit tool Signed-off-by: Thomas Lamprecht --- www/Dashboard.js | 1 + 1 file changed, 1 insertion(+) diff --git a/www/Dashboard.js b/www/Dashboard.js index b20b4650..abfaa308 100644 --- a/www/Dashboard.js +++ b/www/Dashboard.js @@ -258,6 +258,7 @@ Ext.define('PBS.Dashboard', { tools: [ { type: 'gear', + tooltip: gettext('Edit dashboard settings'), handler: 'openDashboardOptions', }, ],