X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/0a98952530fb465fa31566fa5e0192bea9fc16e4..8ed521f7fd1e48e1e415125745ed8c6627a62c91:/apps/workbench/app/views/pipeline_instances/_show_components.html.erb diff --git a/apps/workbench/app/views/pipeline_instances/_show_components.html.erb b/apps/workbench/app/views/pipeline_instances/_show_components.html.erb index 4196558b3c..560b3a512b 100644 --- a/apps/workbench/app/views/pipeline_instances/_show_components.html.erb +++ b/apps/workbench/app/views/pipeline_instances/_show_components.html.erb @@ -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 %>
- <%= render partial: 'work_unit/show_component', locals: {wu: @object.work_unit(@object.name)} %> + <%= render partial: 'work_units/show_component', locals: {wu: @object.work_unit(@object.name)} %> <% else %> <%# state is either New or Ready %>