mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 02:50:02 -03:30
Merge pull request #472 from mabashian/7688-groups-pagination
Fixed nested groups pagination
This commit is contained in:
commit
1e9b5824a4
@ -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: {
|
||||
|
||||
@ -15,7 +15,7 @@
|
||||
hover: true,
|
||||
multiSelect: true,
|
||||
trackBy: 'nested_group.id',
|
||||
basePath: 'api/v2/inventories/{{$stateParams.inventory_id}}/root_groups/',
|
||||
basePath: 'api/v2/hosts/{{$stateParams.host_id}}/all_groups/',
|
||||
|
||||
fields: {
|
||||
failed_hosts: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user