From cfe8a6580b9195e1f435ffd6859fa03ccf475654 Mon Sep 17 00:00:00 2001 From: mabashian Date: Wed, 27 Sep 2017 10:40:49 -0400 Subject: [PATCH] Removed leading slash on basePath --- .../groups/related/nested-groups/group-nested-groups.list.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/client/src/inventories-hosts/inventories/related/groups/related/nested-groups/group-nested-groups.list.js b/awx/ui/client/src/inventories-hosts/inventories/related/groups/related/nested-groups/group-nested-groups.list.js index 5582e76d22..8e738f1d37 100644 --- a/awx/ui/client/src/inventories-hosts/inventories/related/groups/related/nested-groups/group-nested-groups.list.js +++ b/awx/ui/client/src/inventories-hosts/inventories/related/groups/related/nested-groups/group-nested-groups.list.js @@ -15,7 +15,7 @@ hover: true, multiSelect: true, trackBy: 'nested_group.id', - basePath: '/api/v2/groups/{{$stateParams.group_id}}/children/', + basePath: 'api/v2/groups/{{$stateParams.group_id}}/children/', fields: { failed_hosts: {