Explorar el Código

Added filter to jobs page to filter by status

spficklin hace 12 años
padre
commit
e6b92f525a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      tripal_core/includes/jobs.php

+ 1 - 1
tripal_core/includes/jobs.php

@@ -201,7 +201,7 @@ function tripal_jobs_report() {
     'Job ID', 
     'User', 
     'Job Name', 
-    array('data' => 'Dates', 'nowrap' => 'nowrap'), 
+    array('data' => 'Dates', 'style'=> "white-space: nowrap"), 
     'Priority', 
     'Progress', 
     'Status',