fix missing ngInject

This commit is contained in:
Alexander Zobnin
2019-02-14 14:41:42 +03:00
parent a8a66046e0
commit 6ca59e4592
2 changed files with 1 additions and 2 deletions

View File

@@ -31,7 +31,6 @@ export class ZabbixDSConfigController {
this.dbDataSources = this.getSupportedDBDataSources();
this.zabbixVersions = _.cloneDeep(zabbixVersions);
this.autoDetectZabbixVersion();
console.log(this.dbDataSources);
}
getSupportedDBDataSources() {