From ecd1d09c9a198ff3a1f51704db46a0914272e9c3 Mon Sep 17 00:00:00 2001 From: John Mitchell Date: Mon, 6 Apr 2020 13:24:35 -0400 Subject: [PATCH] add breadcrumb config for inv host facts and groups --- awx/ui_next/src/screens/Inventory/Inventories.jsx | 2 ++ 1 file changed, 2 insertions(+) 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`),