Skip to content

Commit

Permalink
Merge pull request #302 from cabhishek/release/3.0.0
Browse files Browse the repository at this point in the history
Add init and invalid status to jobs search dropdown
  • Loading branch information
cabhishek committed Jun 28, 2016
2 parents efdd45b + 52fe8ae commit 617b135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion genie-web/src/main/resources/static/scripts/Job.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default class Job extends Page {
name : 'status',
value : '',
type : 'option',
optionValues: ['', 'RUNNING', 'SUCCEEDED', 'FAILED', 'KILLED'],
optionValues: ['', 'INIT', 'RUNNING', 'SUCCEEDED', 'FAILED', 'KILLED', 'INVALID'],
}, {
label : 'Size',
name : 'size',
Expand Down

0 comments on commit 617b135

Please sign in to comment.