Sha256: 90f01540b9879165d9a136e3c2c7c7c66cca96546907958e3c05602eb8617830
Contents?: true
Size: 492 Bytes
Versions: 2
Compression:
Stored size: 492 Bytes
Contents
<%= render 'selected_hosts', :hosts => @hosts %> <div class="row"> <div class="col-md-8"> <%= form_for :organization, :url => update_multiple_organization_discovers_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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
foreman_discovery-1.3.0.rc2 | app/views/discovers/select_multiple_organization.html.erb |
foreman_discovery-1.3.0.rc1 | app/views/discovers/select_multiple_organization.html.erb |