Host name is now on the Job Events page and links to Host detail page.

This commit is contained in:
chouseknecht
2013-05-22 18:06:39 -04:00
parent 34994a6736
commit 77b823f43f
2 changed files with 25 additions and 0 deletions

View File

@@ -30,6 +30,13 @@ angular.module('JobEventsListDefinition', [])
created: {
label: 'Creation Date',
},
host: {
label: 'Host',
ngClick: "viewHost(\{\{ jobevent.host \}\})",
ngBind: 'jobevent.host_name',
sourceModel: 'host',
sourceField: 'name'
},
status: {
label: 'Status',
icon: 'icon-circle',