mirror of
https://github.com/grafana/grafana.git
synced 2025-02-10 23:55:47 -06:00
Angular: Remove ngInject from influxdb and graphite (#61251)
remove ngInject from datasources
This commit is contained in:
parent
1e33e56dbd
commit
245a589336
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user