mirror of
https://github.com/ansible/awx.git
synced 2026-02-17 03:00:04 -03:30
Added trailing slash to basePath
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
hover: true,
|
hover: true,
|
||||||
multiSelect: true,
|
multiSelect: true,
|
||||||
trackBy: 'nested_group.id',
|
trackBy: 'nested_group.id',
|
||||||
basePath: '/api/v2/groups/{{$stateParams.group_id}}/children',
|
basePath: '/api/v2/groups/{{$stateParams.group_id}}/children/',
|
||||||
|
|
||||||
fields: {
|
fields: {
|
||||||
failed_hosts: {
|
failed_hosts: {
|
||||||
|
|||||||
Reference in New Issue
Block a user