From 8f448665d8e36a942a60ccd5201633172f47bf06 Mon Sep 17 00:00:00 2001 From: John Mitchell Date: Tue, 31 Jan 2017 16:08:46 -0500 Subject: [PATCH] fix viewonly template row button --- awx/ui/client/src/lists/Templates.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/client/src/lists/Templates.js b/awx/ui/client/src/lists/Templates.js index a2dca9205d..d32d102dcc 100644 --- a/awx/ui/client/src/lists/Templates.js +++ b/awx/ui/client/src/lists/Templates.js @@ -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',