Skip to content

Commit

Permalink
Harveststatus-alljobs.jsp : display all status, and sorting desc by d…
Browse files Browse the repository at this point in the history
…efault
  • Loading branch information
bnfklm committed Oct 11, 2016
1 parent d0b8353 commit d7a66e1
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,10 @@ public static SORT_ORDER parse(String order) {
* Defines the UI fields and their default values.
*/
public static enum UI_FIELD {
/** jobstatus with default status STARTED. */
JOB_STATUS(JobStatus.STARTED.name()),
/** jobstatus with default status ALL. */
JOB_STATUS("ALL"),
/** JOB ID order. default is ascending. */
JOB_ID_ORDER("ASC"),
JOB_ID_ORDER("DESC"),
/** harvest name. default is ALL (i.e all harvests). */
HARVEST_NAME(HARVEST_NAME_ALL),
/** The harvest ID. No default. */
Expand Down

0 comments on commit d7a66e1

Please sign in to comment.