[ARVADOS] updated: 91c96e8076bb8ea784378be41a0c6b385dd5de0a

git at public.curoverse.com git at public.curoverse.com
Wed Feb 12 18:32:07 EST 2014


Summary of changes:
 apps/workbench/app/views/users/_tables.html.erb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

       via  91c96e8076bb8ea784378be41a0c6b385dd5de0a (commit)
      from  5b64c43183ede1313ccd7b44425d83a0b496a021 (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 91c96e8076bb8ea784378be41a0c6b385dd5de0a
Author: Tom Clegg <tom at curoverse.com>
Date:   Wed Feb 12 15:31:59 2014 -0800

    Change color of "running" job label to blue.

diff --git a/apps/workbench/app/views/users/_tables.html.erb b/apps/workbench/app/views/users/_tables.html.erb
index 0a54e8f..09ca3ce 100644
--- a/apps/workbench/app/views/users/_tables.html.erb
+++ b/apps/workbench/app/views/users/_tables.html.erb
@@ -78,7 +78,7 @@
   <% elsif j.finished_at %>
     <span class="label">finished?</span>
   <% elsif j.started_at %>
-    <span class="label label-success">running</span>
+    <span class="label label-info">running</span>
   <% else %>
     <span class="label">queued</span>
   <% end %>

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list