search for: host_network_table_select_net

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

2009 Oct 06
0
[PATCH server] new host networking wui
...lumn host_network_table_aligned_column"> + <%= nic.interface_name + " " + nic.mac %> + </div> + + <div class="host_network_table_network_column"> + <select name="nics[<%= nic.id %>][network_id]" + id="host_network_table_select_net_nic_<%= nic.id %>" + class="host_network_table_select_net"> + + <option value="">Select a network...</option> + <% @networks.find_all { |net| net.type.to_s == 'PhysicalNetwork' }.each { |net| %> + <opt...