Просмотр исходного кода

Added 'Waiting' status to filter list

spficklin 12 лет назад
Родитель
Сommit
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',