Fixed portal job templates link

This commit is contained in:
Michael Abashian 2017-07-21 11:38:48 -04:00
parent fc0a76cd25
commit 3fd9e2383f

View File

@ -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'
}