mirror of
https://github.com/ansible/awx.git
synced 2026-02-22 13:36:02 -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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user