Limited filter on Job Events page to only those fields that make sense: Host and Status

This commit is contained in:
chouseknecht
2013-06-19 10:22:23 -04:00
parent 85a483a6fb
commit 964a523daf
3 changed files with 24 additions and 5 deletions

View File

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