Sha256: cae5b5049163d45976d86f137a3503ae2aad116dfa45676f71f73a36c1c36baf

Contents?: true

Size: 485 Bytes

Versions: 3

Compression:

Stored size: 485 Bytes

Contents

<%= render 'selected_hosts', :hosts => @hosts %>
<div class="row">
  <div class="span8">
    <%= form_for :organization, :url => update_multiple_organization_hosts_path(:host_ids => params[:host_ids]) do |f| %>
      <%= f.select :id, Organization.all.map{|e| [e.name, e.id]},{:include_blank => _("Select organization")},
                   :onchange => "toggle_multiple_ok_button(this)" %>
      <%= f.hidden_field :optimistic_import, :value => "yes" %>
    <% end %>
  </div>
</div>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
foreman_discovery-1.2.0 app/views/discovers/select_multiple_organization.html.erb
foreman_discovery-1.2.0.rc2 app/views/discovers/select_multiple_organization.html.erb
foreman_discovery-1.2.0.rc1 app/views/discovers/select_multiple_organization.html.erb