Project

General

Profile

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

<% form_for :hostgroup, :url => update_multiple_hostgroup_hosts_path(:host_ids => params[:host_ids]) do |f| %>
<%= f.select :id, [["Select Host Group","disabled"],["*Clear Hostgroup*", "" ]] + Hostgroup.all.map{|h| [h.name, h.id]},{},
:onchange => toggle_ok_button %>
<% end %>
(21-21/25)