mirror of
https://github.com/ansible/awx.git
synced 2026-05-13 12:27:37 -02:30
add breadcrumb config for inv host facts and groups
This commit is contained in:
@@ -60,6 +60,8 @@ class Inventories extends Component {
|
|||||||
[`${inventoryHostsPath}/${nested?.id}/completed_jobs`]: i18n._(
|
[`${inventoryHostsPath}/${nested?.id}/completed_jobs`]: i18n._(
|
||||||
t`Completed Jobs`
|
t`Completed Jobs`
|
||||||
),
|
),
|
||||||
|
[`${inventoryHostsPath}/${nested?.id}/facts`]: i18n._(t`Facts`),
|
||||||
|
[`${inventoryHostsPath}/${nested?.id}/groups`]: i18n._(t`Groups`),
|
||||||
|
|
||||||
[inventoryGroupsPath]: i18n._(t`Groups`),
|
[inventoryGroupsPath]: i18n._(t`Groups`),
|
||||||
[`${inventoryGroupsPath}/add`]: i18n._(t`Create New Group`),
|
[`${inventoryGroupsPath}/add`]: i18n._(t`Create New Group`),
|
||||||
|
|||||||
Reference in New Issue
Block a user