1
0
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:
mabashian 2017-09-27 09:54:00 -04:00
parent 2ec675cf54
commit 0193377d18
No known key found for this signature in database
GPG Key ID: 436B8D5EDC704CE3

View File

@ -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: {