Merge branch '2640-folder-api' into 1970-folder-view
[arvados.git] / apps / workbench / app / views / pipeline_instances / _show_components.html.erb
index 07ca6f5c29440420d1da78d184ef3d57f9bd28a9..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 %>