mirror of
https://github.com/ansible/awx.git
synced 2026-05-17 06:17:36 -02:30
Job detail page
Fixed https://trello.com/c/H4O8aLeG/294-host-summary-includes-delete-host-where-it-could-display-host-name
This commit is contained in:
@@ -1197,8 +1197,8 @@ function JobDetailController ($location, $rootScope, $scope, $compile, $routePar
|
|||||||
scope.next_host_summaries = data.next;
|
scope.next_host_summaries = data.next;
|
||||||
data.results.forEach(function(row) {
|
data.results.forEach(function(row) {
|
||||||
var name;
|
var name;
|
||||||
if (event.host_name) {
|
if (row.host_name) {
|
||||||
name = event.host_name;
|
name = row.host_name;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
name = "<deleted host>";
|
name = "<deleted host>";
|
||||||
|
|||||||
Reference in New Issue
Block a user