fix viewonly template row button

This commit is contained in:
John Mitchell 2017-01-31 16:08:46 -05:00
parent b6f645a72b
commit 8f448665d8

View File

@ -114,7 +114,7 @@ export default
},
view: {
label: i18n._('View'),
ngClick: "editJobTemplate(template.id)",
ngClick: "editJobTemplate(template)",
awToolTip: i18n._('View template'),
"class": 'btn-default btn-xs',
dataPlacement: 'top',