Fixed missing host and status values on Job Events page.

This commit is contained in:
chouseknecht
2013-06-18 18:12:28 -04:00
parent 2abd33cf22
commit 9d4a2f528e
4 changed files with 30 additions and 44 deletions

View File

@@ -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',