1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-30 13:55:31 +03:00

Add notifications to the breadcrumb config for templates

This commit is contained in:
mabashian 2019-10-03 09:39:04 -04:00
parent 2457926f0a
commit 90451e551d

View File

@ -37,6 +37,9 @@ class Templates extends Component {
[`/templates/${template.type}/${template.id}/edit`]: i18n._(
t`Edit Details`
),
[`/templates/${template.type}/${template.id}/notifications`]: i18n._(
t`Notifications`
),
};
this.setState({ breadcrumbConfig });
};