mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -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;
|
templateSrv: any;
|
||||||
scopedVars: any;
|
scopedVars: any;
|
||||||
|
|
||||||
/** @ngInject */
|
|
||||||
constructor(datasource: any, target: any, templateSrv?: TemplateSrv, scopedVars?: ScopedVars) {
|
constructor(datasource: any, target: any, templateSrv?: TemplateSrv, scopedVars?: ScopedVars) {
|
||||||
this.datasource = datasource;
|
this.datasource = datasource;
|
||||||
this.target = target;
|
this.target = target;
|
||||||
|
@ -15,7 +15,6 @@ export default class InfluxQueryModel {
|
|||||||
scopedVars: any;
|
scopedVars: any;
|
||||||
refId?: string;
|
refId?: string;
|
||||||
|
|
||||||
/** @ngInject */
|
|
||||||
constructor(target: InfluxQuery, templateSrv?: TemplateSrv, scopedVars?: ScopedVars) {
|
constructor(target: InfluxQuery, templateSrv?: TemplateSrv, scopedVars?: ScopedVars) {
|
||||||
this.target = target;
|
this.target = target;
|
||||||
this.templateSrv = templateSrv;
|
this.templateSrv = templateSrv;
|
||||||
|
Loading…
Reference in New Issue
Block a user