Skip to content

Commit 513aa61

Browse files
committed
fix(singlestat): start timer for refreshs
1 parent c3d88aa commit 513aa61

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

public/app/features/panel/metrics_panel_ctrl.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ class MetricsPanelCtrl extends PanelCtrl {
8282
this.loading = true;
8383

8484
// load datasource service
85+
this.setTimeQueryStart();
8586
this.datasourceSrv.get(this.panel.datasource)
8687
.then(this.issueQueries.bind(this))
8788
.then(this.handleQueryResult.bind(this))

0 commit comments

Comments
 (0)