Project

General

Profile

Download (308 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.collection_select :id, Hostgroup.all, :id, :name, :include_blank => "Select Host Group" %>
<%# f.submit "Change Hostgroup!" %>
<% end %>
(20-20/24)