mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 14:57:39 -02:30
Add notifications to the breadcrumb config for templates
This commit is contained in:
@@ -37,6 +37,9 @@ class Templates extends Component {
|
|||||||
[`/templates/${template.type}/${template.id}/edit`]: i18n._(
|
[`/templates/${template.type}/${template.id}/edit`]: i18n._(
|
||||||
t`Edit Details`
|
t`Edit Details`
|
||||||
),
|
),
|
||||||
|
[`/templates/${template.type}/${template.id}/notifications`]: i18n._(
|
||||||
|
t`Notifications`
|
||||||
|
),
|
||||||
};
|
};
|
||||||
this.setState({ breadcrumbConfig });
|
this.setState({ breadcrumbConfig });
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user