Displaying 1 result from an estimated 1 matches for "host_network_table_row".
2009 Oct 06
0
[PATCH server] new host networking wui
...;
-</div>
+<form id="host_network_form" method="POST"
+ action="<%= url_for :action => 'update_network' %>" >
+
+<%= hidden_field_tag 'id', @host.id %>
+<div id="host_network_table">
+ <div class="host_network_table_row">
+
+ <div class="host_network_table_device_column">
+ <b>Device</b>
+ </div>
+ <div class="host_network_table_network_column">
+ <b>Network</b>
+ </div>
+
+ <div style="clear:...