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

View File

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