fix missing ngInject
This commit is contained in:
@@ -31,7 +31,6 @@ export class ZabbixDSConfigController {
|
||||
this.dbDataSources = this.getSupportedDBDataSources();
|
||||
this.zabbixVersions = _.cloneDeep(zabbixVersions);
|
||||
this.autoDetectZabbixVersion();
|
||||
console.log(this.dbDataSources);
|
||||
}
|
||||
|
||||
getSupportedDBDataSources() {
|
||||
|
||||
Reference in New Issue
Block a user