Removed Status filter from Job Events page. Changed form attribute 'notSearchable' to 'searchable' -cause it just makes more sense.

This commit is contained in:
chouseknecht
2013-06-28 11:40:31 -04:00
parent 7065086a1c
commit 114bc05b8d
4 changed files with 12 additions and 11 deletions

View File

@@ -27,11 +27,11 @@ angular.module('JobHostDefinition', [])
},
ok: {
label: 'Success',
notSearchable: true
searchable: false
},
changed: {
label: 'Changed',
notSearchable: true
searchable: false
},
failures: {
label: 'Failure',
@@ -39,11 +39,11 @@ angular.module('JobHostDefinition', [])
},
dark: {
label: 'Unreachable',
notSearchable: true
searchable: false
},
skipped: {
label: 'Skipped',
notSearchable: true
searchable: false
}
},