Return only host groups that contain hosts.
This commit is contained in:
@@ -258,6 +258,7 @@ function (angular, _, kbn) {
|
|||||||
method: 'hostgroup.get',
|
method: 'hostgroup.get',
|
||||||
params: {
|
params: {
|
||||||
output: ['name'],
|
output: ['name'],
|
||||||
|
real_hosts: true, //Return only host groups that contain hosts
|
||||||
sortfield: 'name'
|
sortfield: 'name'
|
||||||
},
|
},
|
||||||
auth: this.auth,
|
auth: this.auth,
|
||||||
|
|||||||
Reference in New Issue
Block a user