fix(singlestat): start timer for refreshs

This commit is contained in:
bergquist
2016-04-07 12:01:43 +02:00
parent c3d88aa53d
commit 513aa61d17
@@ -82,6 +82,7 @@ class MetricsPanelCtrl extends PanelCtrl {
this.loading = true;
// load datasource service
this.setTimeQueryStart();
this.datasourceSrv.get(this.panel.datasource)
.then(this.issueQueries.bind(this))
.then(this.handleQueryResult.bind(this))