1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-02 01:21:21 +03:00

Merge pull request #1376 from mabashian/1022-groups-all-groups

Show all inventory groups instead of just root groups on the inventor…
This commit is contained in:
Michael Abashian 2018-04-19 10:01:26 -04:00 committed by GitHub
commit d2f4ed46ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@
hover: true, hover: true,
multiSelect: true, multiSelect: true,
trackBy: 'group.id', trackBy: 'group.id',
basePath: 'api/v2/inventories/{{$stateParams.inventory_id}}/root_groups/', basePath: 'api/v2/inventories/{{$stateParams.inventory_id}}/groups/',
fields: { fields: {
failed_hosts: { failed_hosts: {