mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 03:10:42 -03:30
Fixed portal job templates link
This commit is contained in:
parent
fc0a76cd25
commit
3fd9e2383f
@ -22,7 +22,7 @@ export default ['i18n', function(i18n) {
|
||||
key: true,
|
||||
label: i18n._('Name'),
|
||||
columnClass: 'col-lg-5 col-md-5 col-sm-9 col-xs-8',
|
||||
linkTo: '/#/templates/{{job_template.id}}',
|
||||
linkTo: '/#/templates/job_template/{{job_template.id}}',
|
||||
awToolTip: '{{job_template.description}}',
|
||||
dataPlacement: 'top'
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user