Displaying 1 result from an estimated 1 matches for "has_console".
Did you mean:
chan_console
2009 Jul 15
0
[PATCH server] changed vm details pane vnc uri, removed 'Remote Desktop' virt-viewer-plugin link
...4 deletions(-)
diff --git a/src/app/views/vm/show.rhtml b/src/app/views/vm/show.rhtml
index ffe5055..30b17cb 100644
--- a/src/app/views/vm/show.rhtml
+++ b/src/app/views/vm/show.rhtml
@@ -4,16 +4,7 @@
<%- content_for :action_links do -%>
<%if @can_control_vms -%>
- <%if @vm.has_console -%>
- <%= link_to image_tag("icon_machine_11px.png") + " Remote Desktop",
- {:controller => 'vm', :action => 'console', :id => @vm},
- :id=>"vnc_console_link" %>
- <...