Remove all groups filter

Remove all groups filter

See: https://github.com/ansible/awx/issues/8593
This commit is contained in:
nixocio 2021-07-21 10:28:57 -04:00
parent 63075976c2
commit b57966677e

View File

@ -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)`,