mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-20 07:43:35 -05:00
Fix breadcrumb for notification templates page
It didn't include the Settings crumb first
This commit is contained in:
@@ -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'
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user