Use separator instead of drop-down for less-used nav links.
[arvados.git] / apps / workbench / app / views / pipeline_instances / _show_components.html.erb
index a33a3931b360eed370d922b95488950a3c74fea9..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
@@ -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 %>