Displaying 3 results from an estimated 3 matches for "selection_key".
2009 Jul 15
0
[PATCH server] changed vm details pane vnc uri, removed 'Remote Desktop' virt-viewer-plugin link
...uot;) + " Open Terminal",
{:controller => 'vm', :action => 'terminal', :id => @vm},
@@ -101,7 +92,7 @@
<div id="vms_selection_id" style="display:none"><%= @vm.id %></div>
<div class="selection_key">
Uuid:<br/>
- <%= @vm.forward_vnc ? "VNC uri:<br/>" : "" %>
+ VNC uri:<br/>
Num vcpus allocated:<br/>
Num vcpus used:<br/>
Memory allocated:<br/>
@@ -115,9 +106,8 @@
</div>
<div cl...
2009 Sep 23
0
[PATCH server] consolidated network & routing info ui's
...image_tag("icon_edit_11px.png") + "Edit Routing Info",
- {:action => 'edit_network_ip_addresses', :id => @network.id },
- :rel=>"facebox[.bolder]", :class=>"selection_facebox" %>
<%- end -%>
<div class="selection_key">
--
1.6.0.6
2009 Jul 13
0
[PATCH server] remove vm forward vnc and vm host history
...s/vm/show.rhtml b/src/app/views/vm/show.rhtml
index ffe5055..0bdf1e9 100644
--- a/src/app/views/vm/show.rhtml
+++ b/src/app/views/vm/show.rhtml
@@ -101,7 +101,6 @@
<div id="vms_selection_id" style="display:none"><%= @vm.id %></div>
<div class="selection_key">
Uuid:<br/>
- <%= @vm.forward_vnc ? "VNC uri:<br/>" : "" %>
Num vcpus allocated:<br/>
Num vcpus used:<br/>
Memory allocated:<br/>
@@ -115,9 +114,6 @@
</div>
<div class="selection_value&quo...