mirror of
https://github.com/ansible/awx.git
synced 2026-03-09 13:39:27 -02:30
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',
|
name: 'notifications',
|
||||||
route: '/notification_templates',
|
route: '/notification_templates',
|
||||||
templateUrl: templateUrl('notifications/notification-templates-list/list'),
|
templateUrl: templateUrl('notifications/notification-templates-list/list'),
|
||||||
controller: 'notificationTemplatesListController'
|
controller: 'notificationTemplatesListController',
|
||||||
|
ncyBreadcrumb: {
|
||||||
|
parent: 'setup',
|
||||||
|
label: 'NOTIFICATION TEMPLATES'
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user