mirror of
https://github.com/ansible/awx.git
synced 2024-11-02 01:21:21 +03:00
Fixed nested groups pagination
This commit is contained in:
parent
2ec675cf54
commit
0193377d18
@ -15,7 +15,7 @@
|
||||
hover: true,
|
||||
multiSelect: true,
|
||||
trackBy: 'nested_group.id',
|
||||
basePath: 'api/v2/inventories/{{$stateParams.inventory_id}}/root_groups/',
|
||||
basePath: '/api/v2/groups/{{$stateParams.group_id}}/children',
|
||||
|
||||
fields: {
|
||||
failed_hosts: {
|
||||
|
Loading…
Reference in New Issue
Block a user