X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/7afe2c73ccdaad21b2d36b345a1627c1ad3f51a1..722fbc71928e7fc6b91eb101788b51c2bb9577eb:/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 dae57aa0e8..3fca07a21f 100644 --- a/apps/workbench/app/views/pipeline_instances/_show_components.html.erb +++ b/apps/workbench/app/views/pipeline_instances/_show_components.html.erb @@ -1,15 +1,19 @@ +<%# Copyright (C) The Arvados Authors. All rights reserved. + +SPDX-License-Identifier: AGPL-3.0 %> + <% if !@object.state.in? ['New', 'Ready'] %> <% 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_pipeline_components("running", :json) %> + <%= render partial: 'work_units/show_component', locals: {wu: @object.work_unit(@object.name)} %> <% else %> <%# state is either New or Ready %>