diff --git a/awx/ui_next/src/screens/Inventory/InventoryList/InventoryListItem.jsx b/awx/ui_next/src/screens/Inventory/InventoryList/InventoryListItem.jsx index 936103c72f..2513e471b6 100644 --- a/awx/ui_next/src/screens/Inventory/InventoryList/InventoryListItem.jsx +++ b/awx/ui_next/src/screens/Inventory/InventoryList/InventoryListItem.jsx @@ -114,21 +114,15 @@ function InventoryListItem({ {i18n._(t`Groups`)} - - {inventory.total_groups} - + {inventory.total_groups} {i18n._(t`Hosts`)} - - {inventory.total_hosts} - + {inventory.total_hosts} {i18n._(t`Sources`)} - - {inventory.total_inventory_sources} - + {inventory.total_inventory_sources} , inventory.pending_deletion && (