mirror of
https://github.com/ansible/awx.git
synced 2026-05-21 07:47:44 -02:30
Fixed missing host and status values on Job Events page.
This commit is contained in:
@@ -32,7 +32,7 @@ angular.module('JobEventsListDefinition', [])
|
||||
host: {
|
||||
label: 'Host',
|
||||
ngClick: "viewHost(\{\{ jobevent.host \}\})",
|
||||
ngBind: 'jobevent.host_name',
|
||||
ngBind: 'jobevent.summary_fields.host.name',
|
||||
sourceModel: 'host',
|
||||
sourceField: 'name',
|
||||
searchField: 'hosts__name',
|
||||
|
||||
Reference in New Issue
Block a user