소스 검색

Added 'Waiting' status to filter list

spficklin 12 년 전
부모
커밋
6d3e083d63
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      tripal_core/includes/jobs.php

+ 1 - 0
tripal_core/includes/jobs.php

@@ -152,6 +152,7 @@ function tripal_jobs_report_form($form, &$form_state = NULL) {
     '#options' => array(
 	    0           => 'All Jobs',
 	    'Running'   => 'Running',
+	    'Waiting'   => 'Waiting',
 	    'Completed' => 'Completed',    
 	    'Cancelled' => 'Cancelled', 
 	    'Error'     => 'Error',