mirror of
https://github.com/ansible/awx.git
synced 2026-05-10 02:47:36 -02:30
Job detail page
Fixed mistyped variable name
This commit is contained in:
@@ -835,7 +835,7 @@ function($rootScope, $log, UpdatePlayStatus, UpdateHostStatus, AddHostResult, Ge
|
|||||||
|
|
||||||
if (idx < data.results.length - 1) {
|
if (idx < data.results.length - 1) {
|
||||||
// end date = starting date of the next event
|
// end date = starting date of the next event
|
||||||
end = data.resuls[idx + 1].created;
|
end = data.results[idx + 1].created;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
// no next event (task), get the end time of the play
|
// no next event (task), get the end time of the play
|
||||||
|
|||||||
Reference in New Issue
Block a user