Project

General

Profile

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

<% form_for :hostgroup, :url => update_multiple_hostgroup_hosts_path do |f| %>
<%= f.collection_select :id, Hostgroup.all, :id, :name, :include_blank => "Select Host Group" %>
<%= f.submit "Change Hostgroup!" %></p>
<% end %>
(19-19/22)