Sha256: b1f13dce729148c0280cfe80bc7a46c8d16b9b9aed5a88df25227d2a8a0184a4

Contents?: true

Size: 667 Bytes

Versions: 12

Compression:

Stored size: 667 Bytes

Contents

<%= input_values_fields.fields_for input.id.to_s, composer.template_invocation_input_value_for(job_template, input) do |input_fields| %>
  <% unless input.options.blank? %>
    <%= selectable_f input_fields, :value, input.options_array, { :include_blank => !input.required }, :label_help => input.description, :require => input.required, :label => input.name, :id => input.name, :onchange => "regenerate_description(this);" %>
  <% else %>
    <%= textarea_f input_fields, :value, :label => input.name, :label_help => input.description, :required => input.required, :rows => 2, :onchange => "regenerate_description(this);", :id => input.name %>
  <% end %>
<% end %>

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
foreman_remote_execution-1.5.6 app/views/template_inputs/_invocation_form.html.erb
foreman_remote_execution-1.6.3 app/views/template_inputs/_invocation_form.html.erb
foreman_remote_execution-1.6.2 app/views/template_inputs/_invocation_form.html.erb
foreman_remote_execution-1.5.5 app/views/template_inputs/_invocation_form.html.erb
foreman_remote_execution-1.6.1 app/views/template_inputs/_invocation_form.html.erb
foreman_remote_execution-1.6.0 app/views/template_inputs/_invocation_form.html.erb
foreman_remote_execution-1.5.4 app/views/template_inputs/_invocation_form.html.erb
foreman_remote_execution-1.5.3 app/views/template_inputs/_invocation_form.html.erb
foreman_remote_execution-1.5.2 app/views/template_inputs/_invocation_form.html.erb
foreman_remote_execution-1.5.1 app/views/template_inputs/_invocation_form.html.erb
foreman_remote_execution-1.5.0 app/views/template_inputs/_invocation_form.html.erb
foreman_remote_execution-1.4.6 app/views/template_inputs/_invocation_form.html.erb