diff --git a/awx/ui_next/src/screens/Template/Templates.jsx b/awx/ui_next/src/screens/Template/Templates.jsx index bea9a244f0..6c54778e77 100644 --- a/awx/ui_next/src/screens/Template/Templates.jsx +++ b/awx/ui_next/src/screens/Template/Templates.jsx @@ -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 }); };