mirror of
https://github.com/ansible/awx.git
synced 2026-05-22 16:27:42 -02:30
Host name is now on the Job Events page and links to Host detail page.
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user