Sha256: d11642f2d9b5a500029af64f2b15f6ab53204fe8629a23d58f63235eb76d1420

Contents?: true

Size: 476 Bytes

Versions: 2

Compression:

Stored size: 476 Bytes

Contents

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
foreman_discovery-1.3.0.rc2 app/views/discovers/select_multiple_location.html.erb
foreman_discovery-1.3.0.rc1 app/views/discovers/select_multiple_location.html.erb