Sha256: 42aabb1f67a197e330be10c697f48773209b7aa5ab01816f60310f105b49dcab

Contents?: true

Size: 1.02 KB

Versions: 161

Compression:

Stored size: 1.02 KB

Contents

<div class="fields">
  <div class="form-group">
    <%= field_set_tag _("Foreign input set").html_safe +
                          ' ' +
                          remove_child_link('x', f, {:rel => 'twipsy', "data-title" => _('remove template input set'), :'data-placement' => 'left', :class => 'fr badge badge-danger'}).html_safe do %>
      <%= selectable_f f, :target_template_id, JobTemplate.all.map { |t| [ t.name, t.id ] }, {}, :class => 'input_type_selector without_select2' %>
      <%= checkbox_f f, :include_all, :disabled => @template.locked?, :onchange => 'update_foreign_input_set_include(this)' %>
      <%= text_f f, :include, :class => 'foreign_input_set_include', :disabled => (@template.locked? || f.object.include_all?), :help_inline => _("A comma separated list of input names to be included from the foreign template.") %>
      <%= text_f f, :exclude, :disabled => @template.locked?, :help_inline => _("A comma separated list of input names to be excluded from the foreign template.") %>
    <% end %>
  </div>
</div>

Version data entries

161 entries across 161 versions & 1 rubygems

Version Path
foreman_remote_execution-10.1.2 app/views/template_inputs/_foreign_input_set_form.html.erb
foreman_remote_execution-12.0.0 app/views/template_inputs/_foreign_input_set_form.html.erb
foreman_remote_execution-10.1.1 app/views/template_inputs/_foreign_input_set_form.html.erb
foreman_remote_execution-11.1.1 app/views/template_inputs/_foreign_input_set_form.html.erb
foreman_remote_execution-11.1.0 app/views/template_inputs/_foreign_input_set_form.html.erb
foreman_remote_execution-10.1.0 app/views/template_inputs/_foreign_input_set_form.html.erb
foreman_remote_execution-8.3.3 app/views/template_inputs/_foreign_input_set_form.html.erb
foreman_remote_execution-8.3.2 app/views/template_inputs/_foreign_input_set_form.html.erb
foreman_remote_execution-11.0.0 app/views/template_inputs/_foreign_input_set_form.html.erb
foreman_remote_execution-10.0.7 app/views/template_inputs/_foreign_input_set_form.html.erb
foreman_remote_execution-8.3.1 app/views/template_inputs/_foreign_input_set_form.html.erb
foreman_remote_execution-10.0.6 app/views/template_inputs/_foreign_input_set_form.html.erb
foreman_remote_execution-10.0.5 app/views/template_inputs/_foreign_input_set_form.html.erb
foreman_remote_execution-10.0.4 app/views/template_inputs/_foreign_input_set_form.html.erb
foreman_remote_execution-10.0.3 app/views/template_inputs/_foreign_input_set_form.html.erb
foreman_remote_execution-10.0.2 app/views/template_inputs/_foreign_input_set_form.html.erb
foreman_remote_execution-10.0.1 app/views/template_inputs/_foreign_input_set_form.html.erb
foreman_remote_execution-10.0.0 app/views/template_inputs/_foreign_input_set_form.html.erb
foreman_remote_execution-8.3.0 app/views/template_inputs/_foreign_input_set_form.html.erb
foreman_remote_execution-9.1.0 app/views/template_inputs/_foreign_input_set_form.html.erb