tone down css on jobs index
authorTom Clegg <tom@clinicalfuture.com>
Thu, 1 Aug 2013 18:04:29 +0000 (14:04 -0400)
committerTom Clegg <tom@clinicalfuture.com>
Thu, 1 Aug 2013 18:04:29 +0000 (14:04 -0400)
apps/workbench/app/views/jobs/index.html.erb

index 74274ae1a93a4fb74c3b3070ff46828325c4b994..3982b52d792618caf418d51db2d8ea43d8ea008a 100644 (file)
@@ -25,9 +25,9 @@
 
     <% @jobs.sort_by { |j| j[:created_at] }.reverse.each do |j| %>
 
-    <tr class="<%= 'error' if j.success == false %>">
+    <tr>
       <td>
-        <table class="table table-condensed table-hover">
+        <table class="table table-condensed">
           <tr>
             <td colspan="2">
               <% if j.success == false %>
@@ -86,7 +86,7 @@
           <% end %>
         </table>
       </td><td>
-        <table class="table table-condensed table-hover">
+        <table class="table table-condensed">
           <tr class="info"><td colspan="2">
               <%= j.script %> <%= j.script_version %>
           </td></tr>
           </tr>
         </table>
       </td><td>
-        <table class="table table-condensed table-hover">
+        <table class="table table-condensed">
         <% j.resource_limits.sort.each do |k,v| %>
         <tr><td><%= v %></td><td><%= k %></td></tr>
         <% end %>