mirror of
https://github.com/grafana/grafana.git
synced 2024-11-29 12:14:08 -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;
|
||||
filterTypesPromise: any;
|
||||
|
||||
/** @ngInject */
|
||||
constructor(instanceSettings: any, private templateSrv: TemplateSrv) {
|
||||
super(instanceSettings);
|
||||
this.type = 'opentsdb';
|
||||
|
Loading…
Reference in New Issue
Block a user