search for: vm_nics

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

Did you mean: s_nics
2009 Aug 04
3
[PATCH server] require at least one vm network if pxe booting
...rm.rhtml @@ -51,6 +51,9 @@ <div class="vm_form_section" style="display:none;"> <div class="clear_row"></div> + <%# display network errors at the top of the section %> + <div class="field_title"><label for="vm_nics" /></div> + <% if @nics.size > 0 %> <div id="vm_network_config_header"> <div id="vm_network_config_header_network">Network:</div> @@ -313,5 +316,25 @@ ${htmlList(pools, id)} $('#vm_network_config_selec...