1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 08:21:15 +03:00

Add breadcrumb for template access tab

This commit is contained in:
mabashian 2019-10-28 15:02:18 -04:00
parent d02364a833
commit fc080732d4

View File

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