mirror of
https://github.com/ansible/awx.git
synced 2026-03-28 22:35:08 -02:30
Update inventory list filters
Update inventory list filters See: https://github.com/ansible/awx/issues/7675
This commit is contained in:
@@ -168,6 +168,18 @@ function InventoryList() {
|
|||||||
key: 'name__icontains',
|
key: 'name__icontains',
|
||||||
isDefault: true,
|
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`,
|
name: t`Description`,
|
||||||
key: 'description__icontains',
|
key: 'description__icontains',
|
||||||
|
|||||||
Reference in New Issue
Block a user