mirror of
https://github.com/ansible/awx.git
synced 2024-10-31 23:51:09 +03:00
Job detail page
Fixed mistyped variable name
This commit is contained in:
parent
6d44bdd5c7
commit
66e26cfa1d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user