mirror of
https://github.com/grafana/grafana.git
synced 2024-12-01 21:19:28 -06:00
OpenTSDB: Add back missing ngInject (#21796)
Adds back missing ngInject on datasource constructor to make it work again. Fixes #21770
This commit is contained in:
parent
ae3d25986d
commit
b75412d6ae
@ -19,6 +19,7 @@ export default class OpenTsDatasource extends DataSourceApi<OpenTsdbQuery, OpenT
|
|||||||
aggregatorsPromise: any;
|
aggregatorsPromise: any;
|
||||||
filterTypesPromise: any;
|
filterTypesPromise: any;
|
||||||
|
|
||||||
|
/** @ngInject */
|
||||||
constructor(instanceSettings: any, private templateSrv: TemplateSrv) {
|
constructor(instanceSettings: any, private templateSrv: TemplateSrv) {
|
||||||
super(instanceSettings);
|
super(instanceSettings);
|
||||||
this.type = 'opentsdb';
|
this.type = 'opentsdb';
|
||||||
|
Loading…
Reference in New Issue
Block a user