mirror of
https://github.com/ansible/awx.git
synced 2026-03-24 20:35:02 -02:30
Merge pull request #4483 from jlmitch5/fixViewJobButton
fix view job button on jobs page
This commit is contained in:
@@ -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"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user