Sha256: 31aab87344fc15cc4ac32d81ad121f60cff7c91010845cc3ff17c78a5c1bea00

Contents?: true

Size: 472 Bytes

Versions: 34

Compression:

Stored size: 472 Bytes

Contents

<div class="card-pf card-pf-accented">
  <div class="card-pf-title">
    <h2 style="height: 18px;" class="card-pf-title">
      <%= _('User Inputs') %>
    </h2>
  </div>
  <div class="card-pf-body">
    <p>
    <ul>
      <% template_invocation.input_values.joins(:template_input).each do |input_value| %>
        <li><b><%= input_value.template_input.name %></b>: <%= trunc_with_tooltip(input_value.value, 255) %></li>
      <% end %>
    </ul>
    </p>
  </div>
</div>

Version data entries

34 entries across 34 versions & 1 rubygems

Version Path
foreman_remote_execution-1.6.7 app/views/job_invocations/_card_user_input.html.erb
foreman_remote_execution-1.6.6 app/views/job_invocations/_card_user_input.html.erb
foreman_remote_execution-1.6.5 app/views/job_invocations/_card_user_input.html.erb
foreman_remote_execution-1.6.4 app/views/job_invocations/_card_user_input.html.erb
foreman_remote_execution-1.5.6 app/views/job_invocations/_card_user_input.html.erb
foreman_remote_execution-1.6.3 app/views/job_invocations/_card_user_input.html.erb
foreman_remote_execution-1.6.2 app/views/job_invocations/_card_user_input.html.erb
foreman_remote_execution-1.5.5 app/views/job_invocations/_card_user_input.html.erb
foreman_remote_execution-1.6.1 app/views/job_invocations/_card_user_input.html.erb
foreman_remote_execution-1.6.0 app/views/job_invocations/_card_user_input.html.erb
foreman_remote_execution-1.5.4 app/views/job_invocations/_card_user_input.html.erb
foreman_remote_execution-1.5.3 app/views/job_invocations/_card_user_input.html.erb
foreman_remote_execution-1.5.2 app/views/job_invocations/_card_user_input.html.erb
foreman_remote_execution-1.5.1 app/views/job_invocations/_card_user_input.html.erb