mirror of
https://github.com/ansible/awx.git
synced 2026-02-28 00:08:44 -03:30
Merge pull request #10768 from nixocio/ui_issue_8593
Remove all groups filter
This commit is contained in:
@@ -125,11 +125,7 @@ function InventoryGroupsList() {
|
|||||||
{
|
{
|
||||||
name: t`Group type`,
|
name: t`Group type`,
|
||||||
key: 'parents__isnull',
|
key: 'parents__isnull',
|
||||||
isBoolean: true,
|
options: [['true', t`Show only root groups`]],
|
||||||
booleanLabels: {
|
|
||||||
true: t`Show only root groups`,
|
|
||||||
false: t`Show all groups`,
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: t`Created By (Username)`,
|
name: t`Created By (Username)`,
|
||||||
|
|||||||
Reference in New Issue
Block a user