mirror of
https://github.com/ansible/awx.git
synced 2026-05-14 12:57:40 -02:30
Fixed broken templates name link. It should now appropriately redirect the user to the edit JT/WFJT page
This commit is contained in:
@@ -26,7 +26,7 @@ export default
|
|||||||
key: true,
|
key: true,
|
||||||
label: i18n._('Name'),
|
label: i18n._('Name'),
|
||||||
columnClass: 'col-lg-2 col-md-2 col-sm-4 col-xs-9',
|
columnClass: 'col-lg-2 col-md-2 col-sm-4 col-xs-9',
|
||||||
ngHref: "{{job_template.editLink}}"
|
ngClick: "editJobTemplate(template)"
|
||||||
},
|
},
|
||||||
type: {
|
type: {
|
||||||
label: i18n._('Type'),
|
label: i18n._('Type'),
|
||||||
|
|||||||
Reference in New Issue
Block a user