ui: dashboard: add tooltip to gears edit tool

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2020-10-06 15:15:43 +02:00
parent 6e0f58e7a9
commit a2920c3757
1 changed files with 1 additions and 0 deletions

View File

@ -258,6 +258,7 @@ Ext.define('PBS.Dashboard', {
tools: [
{
type: 'gear',
tooltip: gettext('Edit dashboard settings'),
handler: 'openDashboardOptions',
},
],