From 3e9b86e02451b7c4c1a701e71c9da628cd3b93fc Mon Sep 17 00:00:00 2001 From: Jared Tabor Date: Wed, 22 Jun 2016 13:24:08 -0700 Subject: [PATCH] Fix breadcrumb for notification templates page It didn't include the Settings crumb first --- .../notifications/notification-templates-list/list.route.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/awx/ui/client/src/notifications/notification-templates-list/list.route.js b/awx/ui/client/src/notifications/notification-templates-list/list.route.js index de322316dc..61ea204e95 100644 --- a/awx/ui/client/src/notifications/notification-templates-list/list.route.js +++ b/awx/ui/client/src/notifications/notification-templates-list/list.route.js @@ -10,5 +10,9 @@ export default { name: 'notifications', route: '/notification_templates', templateUrl: templateUrl('notifications/notification-templates-list/list'), - controller: 'notificationTemplatesListController' + controller: 'notificationTemplatesListController', + ncyBreadcrumb: { + parent: 'setup', + label: 'NOTIFICATION TEMPLATES' + }, };