Removed unused methods from zabbixAPI.service.js

This commit is contained in:
Alexander Zobnin
2016-03-28 21:57:27 +03:00
parent 8a4e0b76c3
commit 5e30783859
2 changed files with 1 additions and 47 deletions

View File

@@ -113,7 +113,7 @@ export class ZabbixQueryController extends QueryCtrl {
.then(groups => {
var groupids = _.map(groups, 'groupid');
return self.zabbix
.getHostsByGroups(groupids)
.getHosts(groupids)
.then(hosts => {
self.metric.hostList = hosts;
return hosts;