mirror of
https://github.com/ansible/awx.git
synced 2026-03-08 21:19:26 -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) {
|
||||
// end date = starting date of the next event
|
||||
end = data.resuls[idx + 1].created;
|
||||
end = data.results[idx + 1].created;
|
||||
}
|
||||
else {
|
||||
// no next event (task), get the end time of the play
|
||||
|
||||
Reference in New Issue
Block a user