From b6bf68427a5da5567ec515cd1542a94df7ccb462 Mon Sep 17 00:00:00 2001 From: mabashian Date: Wed, 6 Mar 2019 17:40:33 -0500 Subject: [PATCH] Remove unused variable --- .../inventories/related/groups/list/groups-list.controller.js | 1 - 1 file changed, 1 deletion(-) diff --git a/awx/ui/client/src/inventories-hosts/inventories/related/groups/list/groups-list.controller.js b/awx/ui/client/src/inventories-hosts/inventories/related/groups/list/groups-list.controller.js index e439fab391..f375e757eb 100644 --- a/awx/ui/client/src/inventories-hosts/inventories/related/groups/list/groups-list.controller.js +++ b/awx/ui/client/src/inventories-hosts/inventories/related/groups/list/groups-list.controller.js @@ -18,7 +18,6 @@ init(); function init(){ - $scope.showOnlyRootGroups = true; $scope.inventory_id = $stateParams.inventory_id; $scope.canAdhoc = inventoryData.summary_fields.user_capabilities.adhoc; $scope.canAdd = canAdd;