diff --git a/awx/ui_next/src/screens/Inventory/InventoryList/InventoryList.jsx b/awx/ui_next/src/screens/Inventory/InventoryList/InventoryList.jsx index b31f32e097..efc0133ce4 100644 --- a/awx/ui_next/src/screens/Inventory/InventoryList/InventoryList.jsx +++ b/awx/ui_next/src/screens/Inventory/InventoryList/InventoryList.jsx @@ -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',