Project

General

Profile

Download (364 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.to_label, h.id]}.sort,{},
:onchange => "toggle_multiple_ok_button(this)" %>
<% end %>
(25-25/29)