mirror of
https://github.com/ansible/awx.git
synced 2026-03-20 10:27:34 -02:30
Add breadcrumb for template access tab
This commit is contained in:
@@ -40,6 +40,9 @@ class Templates extends Component {
|
|||||||
[`/templates/${template.type}/${template.id}/notifications`]: i18n._(
|
[`/templates/${template.type}/${template.id}/notifications`]: i18n._(
|
||||||
t`Notifications`
|
t`Notifications`
|
||||||
),
|
),
|
||||||
|
[`/templates/${template.type}/${template.id}/access`]: i18n._(
|
||||||
|
t`Access`
|
||||||
|
),
|
||||||
};
|
};
|
||||||
this.setState({ breadcrumbConfig });
|
this.setState({ breadcrumbConfig });
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user