mirror of
https://github.com/ansible/awx.git
synced 2024-11-02 01:21:21 +03:00
Fixed host nested groups pagination
This commit is contained in:
parent
6c19bbb6de
commit
61b741030d
@ -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…
Reference in New Issue
Block a user