Sha256: 38c3992d4d6d7483de96849e468ef35898355c163ec5aa4e1e69a97f910f9efc

Contents?: true

Size: 524 Bytes

Versions: 4

Compression:

Stored size: 524 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>: <%= input_value.template_input.hidden_value ? '*' * 5 : trunc_with_tooltip(input_value.value, 255) %></li>
      <% end %>
    </ul>
    </p>
  </div>
</div>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
foreman_remote_execution-3.2.0 app/views/job_invocations/_card_user_input.html.erb
foreman_remote_execution-3.1.0 app/views/job_invocations/_card_user_input.html.erb
foreman_remote_execution-2.0.10 app/views/job_invocations/_card_user_input.html.erb
foreman_remote_execution-2.0.9 app/views/job_invocations/_card_user_input.html.erb