11789: Added tests.
[arvados.git] / apps / workbench / app / views / jobs / _show_recent.html.erb
index c823fc590017d5d8ac304445f3d0c01d3065ec74..d12ebb649bee1ef64deb99795588d1760d258be6 100644 (file)
@@ -15,8 +15,6 @@
       <th>
       </th><th>
        status
-      </th><th>
-       progress
       </th><th>
        uuid
       </th><th>
@@ -36,9 +34,6 @@
       <td>
         <i class="icon-plus-sign expand-collapse-row" data-id="<%= j.uuid %>" style="cursor: pointer"></i>
       </td>
-      <td>
-        <%= render partial: 'job_status_label', locals: {:j => j} %>
-      </td>
       <td>
         <div class="inline-progress-container">
           <%= render partial: 'job_progress', locals: {:j => j} %>
 
   </tbody>
 </table>
-