From 7239b28dd8803e90923f1da9bf6ffdf992502dec Mon Sep 17 00:00:00 2001 From: mabashian Date: Fri, 13 Apr 2018 16:21:24 -0400 Subject: [PATCH] Show all inventory groups instead of just root groups on the inventory groups tab --- .../inventories-hosts/inventories/related/groups/groups.list.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/client/src/inventories-hosts/inventories/related/groups/groups.list.js b/awx/ui/client/src/inventories-hosts/inventories/related/groups/groups.list.js index 5a5c048145..fb85c360ed 100644 --- a/awx/ui/client/src/inventories-hosts/inventories/related/groups/groups.list.js +++ b/awx/ui/client/src/inventories-hosts/inventories/related/groups/groups.list.js @@ -15,7 +15,7 @@ hover: true, multiSelect: true, trackBy: 'group.id', - basePath: 'api/v2/inventories/{{$stateParams.inventory_id}}/root_groups/', + basePath: 'api/v2/inventories/{{$stateParams.inventory_id}}/groups/', fields: { failed_hosts: {