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:
Jared Tabor
2014-12-08 16:14:59 -05:00
parent c04ac45296
commit e10167ee5a

View File

@@ -220,7 +220,7 @@ function JobDetailController ($location, $rootScope, $scope, $compile, $routePar
name = "<deleted host>"; name = "<deleted host>";
} }
scope.jobData.hostSummaries[name] = { scope.jobData.hostSummaries[name] = {
id: name, id: event.host,
name: name, name: name,
ok: event.ok, ok: event.ok,
changed: event.changed, changed: event.changed,