diff --git a/awx/ui_next/src/screens/Inventory/Inventories.jsx b/awx/ui_next/src/screens/Inventory/Inventories.jsx index 9becfc14c9..71ace802cc 100644 --- a/awx/ui_next/src/screens/Inventory/Inventories.jsx +++ b/awx/ui_next/src/screens/Inventory/Inventories.jsx @@ -60,6 +60,8 @@ class Inventories extends Component { [`${inventoryHostsPath}/${nested?.id}/completed_jobs`]: i18n._( t`Completed Jobs` ), + [`${inventoryHostsPath}/${nested?.id}/facts`]: i18n._(t`Facts`), + [`${inventoryHostsPath}/${nested?.id}/groups`]: i18n._(t`Groups`), [inventoryGroupsPath]: i18n._(t`Groups`), [`${inventoryGroupsPath}/add`]: i18n._(t`Create New Group`),