ui: dashboard: add tooltip to gears edit tool
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
6e0f58e7a9
commit
a2920c3757
|
@ -258,6 +258,7 @@ Ext.define('PBS.Dashboard', {
|
|||
tools: [
|
||||
{
|
||||
type: 'gear',
|
||||
tooltip: gettext('Edit dashboard settings'),
|
||||
handler: 'openDashboardOptions',
|
||||
},
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue