From b57966677e7def252c63c492d95e7eab46cbc34a Mon Sep 17 00:00:00 2001 From: nixocio Date: Wed, 21 Jul 2021 10:28:57 -0400 Subject: [PATCH] Remove all groups filter Remove all groups filter See: https://github.com/ansible/awx/issues/8593 --- .../Inventory/InventoryGroups/InventoryGroupsList.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/awx/ui_next/src/screens/Inventory/InventoryGroups/InventoryGroupsList.js b/awx/ui_next/src/screens/Inventory/InventoryGroups/InventoryGroupsList.js index c8e30c6c1f..17309143b7 100644 --- a/awx/ui_next/src/screens/Inventory/InventoryGroups/InventoryGroupsList.js +++ b/awx/ui_next/src/screens/Inventory/InventoryGroups/InventoryGroupsList.js @@ -125,11 +125,7 @@ function InventoryGroupsList() { { name: t`Group type`, key: 'parents__isnull', - isBoolean: true, - booleanLabels: { - true: t`Show only root groups`, - false: t`Show all groups`, - }, + options: [['true', t`Show only root groups`]], }, { name: t`Created By (Username)`,