search for: host_network_table_subcolumn

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

2009 Oct 06
0
[PATCH server] new host networking wui
...|net| %> + <option value="<%= net.id %>" + <% if net.id == nic.network_id %>selected<% end %> > + <%= net.name %> + </option> + <% } %> + </select> + + <div class="host_network_table_subcolumn"> + &nbsp; Ip Address: + <input type="text" name="nics[<%= nic.id %>][ip_address]" + value="<%= nic.ip_address if nic.ip_address %>"> + + </input> + </div> + </div> + + &l...