Fixed broken templates name link. It should now appropriately redirect the user to the edit JT/WFJT page

This commit is contained in:
Michael Abashian 2016-11-10 18:17:05 -05:00
parent 44625b4a76
commit 92840b2752

View File

@ -26,7 +26,7 @@ export default
key: true,
label: i18n._('Name'),
columnClass: 'col-lg-2 col-md-2 col-sm-4 col-xs-9',
ngHref: "{{job_template.editLink}}"
ngClick: "editJobTemplate(template)"
},
type: {
label: i18n._('Type'),