From 90451e551d8fdd90ec1edce44f304799164af45a Mon Sep 17 00:00:00 2001 From: mabashian Date: Thu, 3 Oct 2019 09:39:04 -0400 Subject: [PATCH] Add notifications to the breadcrumb config for templates --- 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 0b54b5952a..bea9a244f0 100644 --- a/awx/ui_next/src/screens/Template/Templates.jsx +++ b/awx/ui_next/src/screens/Template/Templates.jsx @@ -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 }); };