Skip to content

Commit

Permalink
add breadcrumb config for inv host facts and groups
Browse files Browse the repository at this point in the history
  • Loading branch information
John Mitchell authored and John Mitchell committed Apr 6, 2020
1 parent 7dbde8d commit ecd1d09
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions awx/ui_next/src/screens/Inventory/Inventories.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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`),
Expand Down

0 comments on commit ecd1d09

Please sign in to comment.