From fc080732d498b0a5af10d629a9ce8c4f01e58d85 Mon Sep 17 00:00:00 2001 From: mabashian Date: Mon, 28 Oct 2019 15:02:18 -0400 Subject: [PATCH] Add breadcrumb for template access tab --- awx/ui_next/src/screens/Template/Templates.jsx | 3 +++ 1 file changed, 3 insertions(+) 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 }); };