mirror of
https://github.com/ansible/awx.git
synced 2026-03-03 09:48:51 -03:30
Show all inventory groups instead of just root groups on the inventory groups tab
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
hover: true,
|
||||
multiSelect: true,
|
||||
trackBy: 'group.id',
|
||||
basePath: 'api/v2/inventories/{{$stateParams.inventory_id}}/root_groups/',
|
||||
basePath: 'api/v2/inventories/{{$stateParams.inventory_id}}/groups/',
|
||||
|
||||
fields: {
|
||||
failed_hosts: {
|
||||
|
||||
Reference in New Issue
Block a user