replaceTemplateVars() refactor.

This commit is contained in:
Alexander Zobnin
2016-04-12 13:30:14 +03:00
parent a9f86f38f2
commit 4ddfc4becf
2 changed files with 8 additions and 9 deletions

View File

@@ -116,7 +116,6 @@ export class ZabbixQueryController extends QueryCtrl {
suggestHosts() {
var self = this;
var groupFilter = this.replaceTemplateVars(this.target.group.filter);
console.log(groupFilter);
return this.datasource.queryProcessor
.filterGroups(self.metric.groupList, groupFilter)
.then(groups => {