mirror of
https://github.com/ansible/awx.git
synced 2026-01-17 12:41:19 -03:30
fix view job button on jobs page
This commit is contained in:
parent
05b4d0fef6
commit
f4a8d3c84c
@ -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"
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user