diff --git a/awx/ui/src/screens/Inventory/InventoryList/InventoryListItem.js b/awx/ui/src/screens/Inventory/InventoryList/InventoryListItem.js
index 8c1287d39c..49a0456e8d 100644
--- a/awx/ui/src/screens/Inventory/InventoryList/InventoryListItem.js
+++ b/awx/ui/src/screens/Inventory/InventoryList/InventoryListItem.js
@@ -95,9 +95,19 @@ function InventoryListItem({
)}
|
- {inventory.kind !== 'smart' && (
-
- )}
+ {inventory.kind !== 'smart' &&
+ (inventory.has_inventory_sources ? (
+
+
+
+ ) : (
+
+ ))}
|
{inventory.kind === 'smart' ? t`Smart Inventory` : t`Inventory`}
|