mirror of
https://github.com/ansible/awx.git
synced 2026-01-16 04:10:44 -03:30
Merge pull request #4483 from jlmitch5/fixViewJobButton
fix view job button on jobs page
This commit is contained in:
commit
4a0d189e4d
@ -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