Fix tests to work with new css/layout.
[arvados.git] / apps / workbench / app / views / pipeline_instances / _show_components.html.erb
index 119415b9a682d32d4f40b1d7170cae0e3d5beaa0..fbedddfb8dc64e6ea8715e9b0642c321aa7480ec 100644 (file)
@@ -33,7 +33,7 @@
         script, version
       </th><th>
         progress
-        <%= link_to '(refresh)', request.fullpath, class: 'refresh', remote: true, method: 'get' %>
+        <%= link_to '(refresh)', request.fullpath, class: 'refresh hide', remote: true, method: 'get' %>
       </th><th>
       </th><th>
         output
@@ -60,7 +60,7 @@
         <%= render(partial: 'job_status_label',
                                locals: { :j => pj[:job] }) %>
       </td><td>
-        <%= link_to_if_arvados_object pj[:output] %>
+        <%= link_to_if_arvados_object pj[:output], {:thumbnail => true} %>
       </td>
     </tr>
     <% end %>
@@ -99,6 +99,6 @@ setInterval(function(){$('a.refresh').click()}, 15000);
     <% end %>
   <% end %>
 
-  <%= render partial: 'pipeline_templates/show_components_template', locals: {:template => template, :obj => @object} %>
+  <%= render partial: 'show_components_editable', locals: {editable: true} %>
 
 <% end %>