search for: host_network_table_aligned_column

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

2009 Oct 06
0
[PATCH server] new host networking wui
...<div style="clear:both;"></div> + </div> + + <% @host.nics.each { |nic| %> + <div class="host_network_table_row" id="host_network_table_nic_<%= nic.id %>"> + &nbsp; + <div class="host_network_table_device_column 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_<...