add breadcrumb config for inv host facts and groups

This commit is contained in:
John Mitchell 2020-04-06 13:24:35 -04:00
parent 7dbde8d82c
commit ecd1d09c9a

View File

@ -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`),