mirror of
https://github.com/ansible/awx.git
synced 2026-01-16 04:10:44 -03:30
Merge pull request #2494 from mabashian/notification-name-link
Point notification links to the right place
This commit is contained in:
commit
08fcca5401
@ -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',
|
||||
|
||||
@ -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',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user