1
0
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:
mabashian 2017-09-27 10:34:55 -04:00
parent 6c19bbb6de
commit 61b741030d
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/hosts/{{$stateParams.host_id}}/all_groups/',
fields: {
failed_hosts: {