Sha256: 354163924881a4f146c882ea7c9f6e31689f0f88dccc75ebeda3a771b5c7d1e4
Contents?: true
Size: 499 Bytes
Versions: 41
Compression:
Stored size: 499 Bytes
Contents
<%= render 'selected_hosts', :hosts => @hosts %> <div class="row"> <div class="col-md-8"> <%= form_for :organization, :url => update_multiple_organization_discovered_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
41 entries across 41 versions & 1 rubygems