mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 03:10:42 -03:30
Job Detail -- Events Summary
the edit icon for the host events was not receiving the correct host id during the processing of job_event data from the job_event endpoint
This commit is contained in:
parent
c04ac45296
commit
e10167ee5a
@ -220,7 +220,7 @@ function JobDetailController ($location, $rootScope, $scope, $compile, $routePar
|
||||
name = "<deleted host>";
|
||||
}
|
||||
scope.jobData.hostSummaries[name] = {
|
||||
id: name,
|
||||
id: event.host,
|
||||
name: name,
|
||||
ok: event.ok,
|
||||
changed: event.changed,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user