diff --git a/awx/ui/client/src/notifications/notificationTemplates.list.js b/awx/ui/client/src/notifications/notificationTemplates.list.js index 3d90e237b5..f365112b4e 100644 --- a/awx/ui/client/src/notifications/notificationTemplates.list.js +++ b/awx/ui/client/src/notifications/notificationTemplates.list.js @@ -35,7 +35,7 @@ export default function(){ key: true, label: 'Name', columnClass: 'col-md-3 col-sm-9 col-xs-9', - linkTo: '/#/notifications/{{notification_template.id}}' + linkTo: '/#/notification_templates/{{notification_template.id}}' }, notification_type: { label: 'Type', diff --git a/awx/ui/client/src/notifications/notifications.list.js b/awx/ui/client/src/notifications/notifications.list.js index d543978ab5..a9514f3071 100644 --- a/awx/ui/client/src/notifications/notifications.list.js +++ b/awx/ui/client/src/notifications/notifications.list.js @@ -21,7 +21,7 @@ export default function(){ key: true, label: 'Name', columnClass: 'col-md-3 col-sm-9 col-xs-9', - linkTo: '/#/notifications/{{notifier.id}}', + linkTo: '/#/notification_templates/{{notifier.id}}', }, notification_type: { label: 'Type',