mirror of
https://github.com/ansible/awx.git
synced 2026-03-19 18:07:33 -02:30
Fixed portal job templates link
This commit is contained in:
@@ -22,7 +22,7 @@ export default ['i18n', function(i18n) {
|
|||||||
key: true,
|
key: true,
|
||||||
label: i18n._('Name'),
|
label: i18n._('Name'),
|
||||||
columnClass: 'col-lg-5 col-md-5 col-sm-9 col-xs-8',
|
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}}',
|
awToolTip: '{{job_template.description}}',
|
||||||
dataPlacement: 'top'
|
dataPlacement: 'top'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user