From 8ea8558605b011150f063d46caa98d1cd7b8a2c5 Mon Sep 17 00:00:00 2001 From: Marliana Lara Date: Wed, 15 Feb 2023 17:21:23 -0500 Subject: [PATCH] Add constructed inv option to search columns --- awx/ui/src/screens/Inventory/InventoryList/InventoryList.js | 1 + 1 file changed, 1 insertion(+) diff --git a/awx/ui/src/screens/Inventory/InventoryList/InventoryList.js b/awx/ui/src/screens/Inventory/InventoryList/InventoryList.js index 6c63f06310..aac6071260 100644 --- a/awx/ui/src/screens/Inventory/InventoryList/InventoryList.js +++ b/awx/ui/src/screens/Inventory/InventoryList/InventoryList.js @@ -195,6 +195,7 @@ function InventoryList() { options: [ ['', t`Inventory`], ['smart', t`Smart Inventory`], + ['constructed', t`Constructed Inventory`], ], }, {