mirror of
https://github.com/ansible/awx.git
synced 2026-01-20 06:01:25 -03:30
add breadcrumb config for inv host facts and groups
This commit is contained in:
parent
7dbde8d82c
commit
ecd1d09c9a
@ -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`),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user