fixed issue with template refresh

This commit is contained in:
Torkel Ödegaard
2018-10-19 09:43:54 +02:00
parent dddbe62d6c
commit 11f66bb909
10 changed files with 19 additions and 17 deletions

View File

@@ -200,6 +200,10 @@ export class DashboardModel {
this.events.emit('view-mode-changed', panel);
}
timeRangeUpdated() {
this.events.emit('time-range-updated');
}
startRefresh() {
this.events.emit('refresh');