X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/976f560ab04bf570ed58664d97b8b6069b314941..a95f899d7ac84f29b3d019aa410d265bb40833e5:/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 a2dbada2b2..4196558b3c 100644 --- a/apps/workbench/app/views/pipeline_instances/_show_components.html.erb +++ b/apps/workbench/app/views/pipeline_instances/_show_components.html.erb @@ -9,15 +9,11 @@ data-object-uuids="<%= @object.uuid %> <%= job_uuids.join(' ') %>" > - <%= render_pipeline_components("running", :json) %> + <%= render partial: 'work_unit/show_component', locals: {wu: @object.work_unit(@object.name)} %> <% else %> <%# state is either New or Ready %> - <% if controller.class.name.eql?('PipelineInstancesController') and unreadable_inputs_present? %> -
-

One or more inputs provided are not readable by you. Please correct these before you can run the pipeline.

-
- <% end %> + <%= render_unreadable_inputs_present %>

Here are all of the pipeline's components (jobs that will need to run in order to complete the pipeline). If you know what you're doing (or you're experimenting) you can modify these parameters before starting the pipeline. Usually, you only need to edit the settings presented on the "Inputs" tab above.