Commit b1de1e6f by Ryan McKinley Committed by Torkel Ödegaard

Move the loading flag to PanelCtrl (#9929)

parent f5454777
......@@ -11,7 +11,6 @@ import {metricsTabDirective} from './metrics_tab';
class MetricsPanelCtrl extends PanelCtrl {
scope: any;
loading: boolean;
datasource: any;
datasourceName: any;
$q: any;
......
......@@ -31,6 +31,7 @@ export class PanelCtrl {
containerHeight: any;
events: Emitter;
timing: any;
loading: boolean;
constructor($scope, $injector) {
this.$injector = $injector;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment