9043: Initial work on rendering input forms for CWL workflows. Works for
[arvados.git] / apps / workbench / app / views / pipeline_instances / _show_components.html.erb
index 7735997748389e1d3fa68713dc53c39626b961bf..b79759f989181564dc380e4dce55bdd5c27f292d 100644 (file)
@@ -9,10 +9,12 @@
        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 %>
+  <%= render_unreadable_inputs_present %>
+
   <p><i>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.</i></p>
 
   <%= render_pipeline_components("editable", :json, editable: true) %>