diff --git a/awx/ui/static/js/controllers/JobDetail.js b/awx/ui/static/js/controllers/JobDetail.js index afdf93c409..aeccdc4052 100644 --- a/awx/ui/static/js/controllers/JobDetail.js +++ b/awx/ui/static/js/controllers/JobDetail.js @@ -1263,7 +1263,7 @@ function JobDetailController ($location, $rootScope, $scope, $compile, $routePar name = ""; } scope.hosts.push({ - id: name, + id: row.id, name: name, ok: row.ok, changed: row.changed,