Completed requested changes to Host Summary page.

This commit is contained in:
chouseknecht
2013-05-24 13:21:55 -04:00
parent 007db3435d
commit aa9b4741dc
5 changed files with 39 additions and 30 deletions

View File

@@ -26,29 +26,25 @@ angular.module('JobHostDefinition', [])
//linkTo: '/hosts/\{\{ jobhost.host \}\}'
ngClick:"viewHost(\{\{ jobhost.host \}\})"
},
ok: {
label: 'Success',
notSearchable: true
},
changed: {
label: 'Changed',
searchType: 'math'
},
dark: {
label: 'Dark',
searchType: 'math'
notSearchable: true
},
failures: {
label: 'Failures',
searchType: 'math'
label: 'Failure',
searchType: 'gtzero'
},
ok: {
label: 'OK',
searchType: 'math'
},
processed: {
label: 'Processed',
searchType: 'math'
dark: {
label: 'Unreachable',
notSearchable: true
},
skipped: {
label: 'Skipped',
searchType: 'math'
notSearchable: true
}
},