Angular: Remove ngInject from influxdb and graphite (#61251)
remove ngInject from datasources
This commit is contained in:
@@ -41,7 +41,6 @@ export default class GraphiteQuery {
|
||||
templateSrv: any;
|
||||
scopedVars: any;
|
||||
|
||||
/** @ngInject */
|
||||
constructor(datasource: any, target: any, templateSrv?: TemplateSrv, scopedVars?: ScopedVars) {
|
||||
this.datasource = datasource;
|
||||
this.target = target;
|
||||
|
||||
@@ -15,7 +15,6 @@ export default class InfluxQueryModel {
|
||||
scopedVars: any;
|
||||
refId?: string;
|
||||
|
||||
/** @ngInject */
|
||||
constructor(target: InfluxQuery, templateSrv?: TemplateSrv, scopedVars?: ScopedVars) {
|
||||
this.target = target;
|
||||
this.templateSrv = templateSrv;
|
||||
|
||||
Reference in New Issue
Block a user