mirror of
https://github.com/ansible/awx.git
synced 2026-02-28 08:18:43 -03:30
Fixed portal job templates link
This commit is contained in:
@@ -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'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user