Project

General

Profile

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

<% if @parameters.empty? -%>
Sorry, these hosts do not have parameters assigned to them, you must add them first.
<p><%= link_to "Back to host list", hosts_path %></p>
<% else -%>
<%= form_tag update_multiple_parameters_hosts_path({:host_ids => params[:host_ids]}) do %>
<% for param in @parameters %>
<%= text_field :name, param.name, :class => "input-xxlarge", :placeholder => param.name %>
<% end %>
<% end %>
<% end %>
(20-20/29)