Displaying 1 result from an estimated 1 matches for "0bd3910".
Did you mean:
0.03910
2009 Jun 30
0
[PATCH server] permit many-to-many vms / networks relationship
...id', @nic.network.id if @nic.network %>
<div class="selected_popup_content_left">MAC:</div>
<div class="selected_popup_content_right"><%= @nic.mac %></div>
diff --git a/src/app/views/nic/show.rhtml b/src/app/views/nic/show.rhtml
index 0bd3910..46fb2c6 100644
--- a/src/app/views/nic/show.rhtml
+++ b/src/app/views/nic/show.rhtml
@@ -7,6 +7,8 @@
</p>
<% end %>
+ <%# TODO doesn't currently break anything due to where this form is displayed
+ but @nic.host assumption should be removed so thiw template can be includ...