Sha256: 5298c51179bed28f84dd811bccd3d7449660aeee323c838ffe1727ed1e0c585c

Contents?: true

Size: 484 Bytes

Versions: 97

Compression:

Stored size: 484 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_safe_value(input_value), 255) %></li>
      <% end %>
    </ul>
    </p>
  </div>
</div>

Version data entries

97 entries across 97 versions & 1 rubygems

Version Path
foreman_remote_execution-14.1.2 app/views/job_invocations/_card_user_input.html.erb
foreman_remote_execution-14.1.1 app/views/job_invocations/_card_user_input.html.erb
foreman_remote_execution-14.1.0 app/views/job_invocations/_card_user_input.html.erb
foreman_remote_execution-14.0.2 app/views/job_invocations/_card_user_input.html.erb
foreman_remote_execution-14.0.1 app/views/job_invocations/_card_user_input.html.erb
foreman_remote_execution-13.2.6 app/views/job_invocations/_card_user_input.html.erb
foreman_remote_execution-14.0.0 app/views/job_invocations/_card_user_input.html.erb
foreman_remote_execution-13.2.5 app/views/job_invocations/_card_user_input.html.erb
foreman_remote_execution-13.2.4 app/views/job_invocations/_card_user_input.html.erb
foreman_remote_execution-13.2.3 app/views/job_invocations/_card_user_input.html.erb
foreman_remote_execution-13.2.2 app/views/job_invocations/_card_user_input.html.erb
foreman_remote_execution-12.0.7 app/views/job_invocations/_card_user_input.html.erb
foreman_remote_execution-13.2.1 app/views/job_invocations/_card_user_input.html.erb
foreman_remote_execution-13.2.0 app/views/job_invocations/_card_user_input.html.erb
foreman_remote_execution-10.1.3 app/views/job_invocations/_card_user_input.html.erb
foreman_remote_execution-13.0.0 app/views/job_invocations/_card_user_input.html.erb
foreman_remote_execution-12.0.5 app/views/job_invocations/_card_user_input.html.erb
foreman_remote_execution-12.0.4 app/views/job_invocations/_card_user_input.html.erb
foreman_remote_execution-12.0.1 app/views/job_invocations/_card_user_input.html.erb
foreman_remote_execution-12.0.2 app/views/job_invocations/_card_user_input.html.erb