1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 08:21:15 +03:00

Merge pull request #4483 from jlmitch5/fixViewJobButton

fix view job button on jobs page
This commit is contained in:
jlmitch5 2016-12-16 13:14:25 -05:00 committed by GitHub
commit 4a0d189e4d

View File

@ -86,7 +86,7 @@ export default
columnClass: 'col-lg-2 col-md-2 col-sm-3 col-xs-4',
"view": {
mode: "all",
ngClick: "viewJob(job.id)",
ngClick: "viewJobDetails(job)",
awToolTip: "View the job",
dataPlacement: "top"
},