mirror of
https://github.com/ansible/awx.git
synced 2024-10-31 23:51:09 +03:00
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:
parent
f134de0be3
commit
e8832672db
@ -1197,8 +1197,8 @@ function JobDetailController ($location, $rootScope, $scope, $compile, $routePar
|
||||
scope.next_host_summaries = data.next;
|
||||
data.results.forEach(function(row) {
|
||||
var name;
|
||||
if (event.host_name) {
|
||||
name = event.host_name;
|
||||
if (row.host_name) {
|
||||
name = row.host_name;
|
||||
}
|
||||
else {
|
||||
name = "<deleted host>";
|
||||
|
Loading…
Reference in New Issue
Block a user