[Ovirt-devel] [PATCH server] fix error display for no nics on pxe.

Jason Guiditta jason.guiditta at gmail.com
Wed Aug 5 00:54:23 UTC 2009


Signed-off-by: Jason Guiditta <jason.guiditta at gmail.com>
---
 src/app/views/vm/_form.rhtml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/app/views/vm/_form.rhtml b/src/app/views/vm/_form.rhtml
index 39ce55e..adb75d2 100644
--- a/src/app/views/vm/_form.rhtml
+++ b/src/app/views/vm/_form.rhtml
@@ -52,7 +52,7 @@
     <div class="clear_row"></div>
 
     <%# display network errors at the top of the section %>
-    <div class="field_title"><label for="vm_nics" /></div>
+    <%= text_field_with_label "", "vm", "nics", {:style=>"display:none;"} %>
 
     <% if @nics.size > 0 %>
       <div id="vm_network_config_header">
-- 
1.6.2.5




More information about the ovirt-devel mailing list