Merge pull request #10768 from nixocio/ui_issue_8593

Remove all groups filter
This commit is contained in:
Jake McDermott 2021-07-28 10:06:16 -04:00 committed by GitHub
commit e207b424b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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