mirror of
https://github.com/ansible/awx.git
synced 2024-11-02 09:51:09 +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:
commit
d2f4ed46ea
@ -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: {
|
||||||
|
Loading…
Reference in New Issue
Block a user