Project

General

Profile

Download (502 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, :size => "col-md-8", :placeholder => param.name %>
<% end %>
<% end %>
<% end %>
(23-23/34)