feat(dashboard): Add Refresh Chart button
This commit is contained in:
parent
499ddf5392
commit
f7f1aca59e
1 changed files with 6 additions and 0 deletions
|
|
@ -85,6 +85,12 @@ class Dashboard {
|
|||
d.set_values(chart.filters_json)
|
||||
d.show();
|
||||
}
|
||||
},
|
||||
{
|
||||
label: __("Refresh Chart"),
|
||||
action: "refresh-chart",
|
||||
handler() {
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue