fix panel tests

This commit is contained in:
Alexander Zobnin
2020-05-13 19:03:34 +03:00
parent 8c149e0b95
commit 935d16c86f

View File

@@ -137,6 +137,10 @@ export class MetricsPanelCtrl extends PanelCtrl {
super($scope, $injector);
this.events.on(PanelEvents.refresh, this.onMetricsPanelRefresh.bind(this));
this.timeSrv = {
timeRange: () => {},
};
}
onInitMetricsPanelEditMode() {}