Return only host groups that contain hosts.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user