[ARVADOS] updated: b36d3de1cdda89a597410842acf4d02d372bf164

git at public.curoverse.com git at public.curoverse.com
Mon Jun 16 09:56:56 EDT 2014


Summary of changes:
 apps/workbench/app/views/jobs/_show_log.html.erb | 11 +++++++++++
 1 file changed, 11 insertions(+)

       via  b36d3de1cdda89a597410842acf4d02d372bf164 (commit)
      from  64e95630b452d3dff9e2575b452ec9a1cad6f47b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit b36d3de1cdda89a597410842acf4d02d372bf164
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date:   Mon Jun 16 09:56:38 2014 -0400

    2883: Added radio buttons to filter tasks by success/failure.

diff --git a/apps/workbench/app/views/jobs/_show_log.html.erb b/apps/workbench/app/views/jobs/_show_log.html.erb
index 717eb71..cead801 100644
--- a/apps/workbench/app/views/jobs/_show_log.html.erb
+++ b/apps/workbench/app/views/jobs/_show_log.html.erb
@@ -68,6 +68,17 @@ $("#sort-by-task").on("change", function() {
     <div class="radio-inline">
       <label><input id="sort-by-task" type="radio" name="sort-radio" > Sort by task</label>
     </div>
+
+<br>
+    <div class="radio-inline">
+      <label><input id="filter-tasks-all" type="radio" name="tasks-radio" checked> Show all tasks</label>
+    </div>
+    <div class="radio-inline">
+      <label><input id="filter-tasks-successes" type="radio" name="tasks-radio" > Show successes only</label>
+    </div>
+    <div class="radio-inline">
+      <label><input id="filter-tasks-failures" type="radio" name="tasks-radio" > Show failures only</label>
+    </div>
 <br>
   <div class="checkbox-inline">
     <label><input id="show-crunch" type="checkbox" checked="true" class="toggle-filter"> Show crunch output</label>

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list