fix(singlestat): start timer for refreshs

pull/4611/head
bergquist 10 years ago
parent c3d88aa53d
commit 513aa61d17
  1. 1
      public/app/features/panel/metrics_panel_ctrl.ts

@ -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))

Loading…
Cancel
Save