mirror of
https://github.com/ansible/awx.git
synced 2026-03-02 01:08:48 -03:30
Remove all groups filter
Remove all groups filter See: https://github.com/ansible/awx/issues/8593
This commit is contained in:
@@ -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)`,
|
||||
|
||||
Reference in New Issue
Block a user