search for: host_network_table_select_nics

Displaying 1 result from an estimated 1 matches for "host_network_table_select_nics".

2009 Oct 06
0
[PATCH server] new host networking wui
...associated</i> + <% end %> + </div> + + <div class="host_network_table_subcolumn" style="display: none;"> + NICs: + <select multiple name="bondings[<%= bonding.id %>][nic_ids][]" + id="host_network_table_select_nics_bonding_<%= bonding.id %>" + class="host_network_table_select_nics" > + + <% @host.nics.each { |nic| %> + <option value="<%= nic.id %>" + <% if bonding.nics.all.find{ |n| n.id == nic.id } %>select...