mirror of
https://github.com/ansible/awx.git
synced 2026-05-23 08:37:48 -02:30
Limited filter on Job Events page to only those fields that make sense: Host and Status
This commit is contained in:
@@ -21,13 +21,15 @@ angular.module('JobEventsListDefinition', [])
|
||||
created: {
|
||||
label: 'Creation Date',
|
||||
key: true,
|
||||
nosort: true
|
||||
nosort: true,
|
||||
notSearchable: true
|
||||
},
|
||||
event_display: {
|
||||
label: 'Event',
|
||||
hasChildren: true,
|
||||
link: true,
|
||||
nosort: true
|
||||
nosort: true,
|
||||
notSearchable: true
|
||||
},
|
||||
host: {
|
||||
label: 'Host',
|
||||
|
||||
Reference in New Issue
Block a user