From f9701e7ffbf6246008da340308a93abaf240e8b5 Mon Sep 17 00:00:00 2001 From: Michael Abashian Date: Fri, 17 Jun 2016 11:12:44 -0400 Subject: [PATCH] Point notification links to the right place --- awx/ui/client/src/notifications/notificationTemplates.list.js | 2 +- awx/ui/client/src/notifications/notifications.list.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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',