search for: can_control_vm

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

Did you mean: can_control_vms
2009 Jul 15
0
[PATCH server] changed vm details pane vnc uri, removed 'Remote Desktop' virt-viewer-plugin link
...--- 1 files changed, 4 insertions(+), 14 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...