Update inventory list filters

Update inventory list filters

See: https://github.com/ansible/awx/issues/7675
This commit is contained in:
nixocio 2021-06-22 14:51:35 -04:00 committed by Shane McDonald
parent 4de477686e
commit 673f722b71
No known key found for this signature in database
GPG Key ID: 6F374AF6E9EB9374

View File

@ -168,6 +168,18 @@ function InventoryList() {
key: 'name__icontains',
isDefault: true,
},
{
name: t`Inventory Type`,
key: 'or__kind',
options: [
['', t`Inventory`],
['smart', t`Smart Inventory`],
],
},
{
name: t`Organization`,
key: 'organization__name',
},
{
name: t`Description`,
key: 'description__icontains',