Просмотр исходного кода

feat(datasources): minor fix for optimized build for the refactored query editors

Torkel Ödegaard 10 лет назад
Родитель
Сommit
de394311e0

+ 1 - 0
public/app/plugins/datasource/influxdb/query_ctrl.ts

@@ -23,6 +23,7 @@ export class InfluxQueryCtrl extends QueryCtrl {
   measurementSegment: any;
   removeTagFilterSegment: any;
 
+  /** @ngInject **/
   constructor($scope, $injector, private templateSrv, private $q, private uiSegmentSrv) {
     super($scope, $injector);
 

+ 1 - 0
public/app/plugins/datasource/opentsdb/query_ctrl.ts

@@ -18,6 +18,7 @@ export class OpenTsQueryCtrl extends QueryCtrl {
   suggestTagValues: any;
   addTagMode: boolean;
 
+  /** @ngInject **/
   constructor($scope, $injector) {
     super($scope, $injector);