]> git.proxmox.com Git - proxmox-backup.git/commitdiff
ui: dashboard: add tooltip to gears edit tool
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 6 Oct 2020 13:15:43 +0000 (15:15 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 6 Oct 2020 13:15:43 +0000 (15:15 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/Dashboard.js

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