11789: Added tests.
[arvados.git] / apps / workbench / app / views / pipeline_instances / _show_components.html.erb
index dae57aa0e85ebbe3ccf7ce183a185dcc860b3f0b..560b3a512b3d327b50c564ff55b947fcae854c75 100644 (file)
@@ -2,14 +2,14 @@
 
   <%
      job_uuids = @object.components.map { |k,j| j.is_a? Hash and j[:job].andand[:uuid] }.compact
-     throttle = @object.state.start_with?('Running') ? 5000 : 15000
+     throttle = 86486400000 # 1001 nights
      %>
   <div class="arv-log-refresh-control"
        data-load-throttle="<%= throttle %>"
        data-object-uuids="<%= @object.uuid %> <%= job_uuids.join(' ') %>"
        ></div>
 
-  <%= render_pipeline_components("running", :json) %>
+  <%= render partial: 'work_units/show_component', locals: {wu: @object.work_unit(@object.name)} %>
 
 <% else %>
   <%# state is either New or Ready %>