mirror of
https://github.com/ansible/awx.git
synced 2026-03-02 17:28:51 -03:30
fix viewonly template row button
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user