Move the loading flag to PanelCtrl (#9929)
This commit is contained in:
committed by
Torkel Ödegaard
parent
f54547776d
commit
b1de1e6f26
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user