Sha256: dc377801b0123311728d4d60772bd0175a0d242d4a0c69eda71e04dbb3dcb2aa

Contents?: true

Size: 655 Bytes

Versions: 104

Compression:

Stored size: 655 Bytes

Contents

<div id='preview_<%= target.id %>' class='collapse out'>
  <%= preview_box(template_invocation, target) %>
  <% if template_invocation.input_values.present? %>
    <table class='<%= table_css_classes %>'>
      <thead>
        <tr>
          <th><%= _('User input') %></th>
          <th><%= _('Value') %></th>
        </tr>
      </thead>
      <tbody>
      <% template_invocation.input_values.joins(:template_input).each do |input_value| %>
        <tr>
          <td><b><%= input_value.template_input.name %></b></td>
          <td><%= input_safe_value(input_value) %></td>
        </tr>
      <% end %>
      </tbody>
    </table>
  <% end %>
</div>

Version data entries

104 entries across 104 versions & 1 rubygems

Version Path
foreman_remote_execution-13.2.8 app/views/job_invocations/_user_input.html.erb
foreman_remote_execution-15.0.2 app/views/job_invocations/_user_input.html.erb
foreman_remote_execution-15.0.1 app/views/job_invocations/_user_input.html.erb
foreman_remote_execution-13.2.7 app/views/job_invocations/_user_input.html.erb
foreman_remote_execution-15.0.0 app/views/job_invocations/_user_input.html.erb
foreman_remote_execution-14.1.4 app/views/job_invocations/_user_input.html.erb
foreman_remote_execution-14.1.3 app/views/job_invocations/_user_input.html.erb
foreman_remote_execution-14.1.2 app/views/job_invocations/_user_input.html.erb
foreman_remote_execution-14.1.1 app/views/job_invocations/_user_input.html.erb
foreman_remote_execution-14.1.0 app/views/job_invocations/_user_input.html.erb
foreman_remote_execution-14.0.2 app/views/job_invocations/_user_input.html.erb
foreman_remote_execution-14.0.1 app/views/job_invocations/_user_input.html.erb
foreman_remote_execution-13.2.6 app/views/job_invocations/_user_input.html.erb
foreman_remote_execution-14.0.0 app/views/job_invocations/_user_input.html.erb
foreman_remote_execution-13.2.5 app/views/job_invocations/_user_input.html.erb
foreman_remote_execution-13.2.4 app/views/job_invocations/_user_input.html.erb
foreman_remote_execution-13.2.3 app/views/job_invocations/_user_input.html.erb
foreman_remote_execution-13.2.2 app/views/job_invocations/_user_input.html.erb
foreman_remote_execution-12.0.7 app/views/job_invocations/_user_input.html.erb
foreman_remote_execution-13.2.1 app/views/job_invocations/_user_input.html.erb