mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 19:10:07 -03:30
Fix breadcrumb for notification templates page
It didn't include the Settings crumb first
This commit is contained in:
parent
c075aafd50
commit
3e9b86e024
@ -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'
|
||||
},
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user