mirror of
https://github.com/ansible/awx.git
synced 2026-03-27 05:45:02 -02:30
fix viewonly template row button
This commit is contained in:
@@ -114,7 +114,7 @@ export default
|
|||||||
},
|
},
|
||||||
view: {
|
view: {
|
||||||
label: i18n._('View'),
|
label: i18n._('View'),
|
||||||
ngClick: "editJobTemplate(template.id)",
|
ngClick: "editJobTemplate(template)",
|
||||||
awToolTip: i18n._('View template'),
|
awToolTip: i18n._('View template'),
|
||||||
"class": 'btn-default btn-xs',
|
"class": 'btn-default btn-xs',
|
||||||
dataPlacement: 'top',
|
dataPlacement: 'top',
|
||||||
|
|||||||
Reference in New Issue
Block a user