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:
commit
4a0d189e4d
@ -86,7 +86,7 @@ export default
|
|||||||
columnClass: 'col-lg-2 col-md-2 col-sm-3 col-xs-4',
|
columnClass: 'col-lg-2 col-md-2 col-sm-3 col-xs-4',
|
||||||
"view": {
|
"view": {
|
||||||
mode: "all",
|
mode: "all",
|
||||||
ngClick: "viewJob(job.id)",
|
ngClick: "viewJobDetails(job)",
|
||||||
awToolTip: "View the job",
|
awToolTip: "View the job",
|
||||||
dataPlacement: "top"
|
dataPlacement: "top"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user