Project

General

Profile

Download (348 Bytes) Statistics
| Branch: | Tag: | Revision:
<%= render 'selected_hosts', :hosts => @hosts %>

<% form_for :environment, :url => update_multiple_environment_hosts_path(:host_ids => params[:host_ids]) do |f| %>
<%= f.select :id, [["Select Environment", "disabled"],["*Clear environment*", "" ]] + Environment.all.map{|e| [e.name, e.id]},{},
:onchange => toggle_ok_button %>
<% end %>
(20-20/25)