mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
Update inventory list filters
Update inventory list filters See: https://github.com/ansible/awx/issues/7675
This commit is contained in:
parent
4de477686e
commit
673f722b71
@ -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',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user