Return only host groups that contain hosts.

This commit is contained in:
Alexander Zobnin
2015-05-11 22:49:05 +03:00
parent 20029dc618
commit 572bba924e

View File

@@ -258,6 +258,7 @@ function (angular, _, kbn) {
method: 'hostgroup.get',
params: {
output: ['name'],
real_hosts: true, //Return only host groups that contain hosts
sortfield: 'name'
},
auth: this.auth,