mirror of
https://github.com/grafana/grafana.git
synced 2026-07-30 00:08:10 -05:00
Fix 8013 (#8027)
* Add @ngInject to HeatmapCtrl constructor, issue #8013 * Remove unused loadPluginCss
This commit is contained in:
committed by
Torkel Ödegaard
parent
48c4e549f5
commit
308d46e4ef
@@ -99,6 +99,7 @@ export class HeatmapCtrl extends MetricsPanelCtrl {
|
||||
timeSrv: any;
|
||||
dataWarning: any;
|
||||
|
||||
/** @ngInject */
|
||||
constructor($scope, $injector, private $rootScope, timeSrv) {
|
||||
super($scope, $injector);
|
||||
this.$rootScope = $rootScope;
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
///<reference path="../../../headers/common.d.ts" />
|
||||
|
||||
import {loadPluginCss} from 'app/plugins/sdk';
|
||||
import {HeatmapCtrl} from './heatmap_ctrl';
|
||||
|
||||
export {
|
||||
|
||||
Reference in New Issue
Block a user