20032: Fix unnecessary race in test.
[arvados.git] / apps / workbench / app / views / pipeline_instances / _show_inputs.html.erb
index e6b7ef20347cf2a5c25af1b0304da4554a981b7a..60d44452c7b2a0ca4019a3bac326f57e0ceebaca 100644 (file)
@@ -1,3 +1,7 @@
+<%# Copyright (C) The Arvados Authors. All rights reserved.
+
+SPDX-License-Identifier: AGPL-3.0 %>
+
 <% n_inputs = 0 %>
 
 <% content_for :pi_input_form do %>
@@ -32,6 +36,8 @@
 <% if n_inputs == 0 %>
   <p>This pipeline does not need any further inputs specified. You can start it by clicking the "Run" button whenever you're ready. (It's not too late to change existing settings, though.)</p>
 <% else %>
+  <%= render_unreadable_inputs_present %>
+
   <p><i>Provide <%= n_inputs > 1 ? 'values' : 'a value' %> for the following <%= n_inputs > 1 ? 'parameters' : 'parameter' %>, then click the "Run" button to start the pipeline.</i></p>
   <% if @object.editable? %>
     <%= content_for :pi_input_form %>