Sha256: 8bf0177b1daeb054d8e34e89f52a608ea2348f1334b775171546f8792a83cf82
Contents?: true
Size: 935 Bytes
Versions: 5
Compression:
Stored size: 935 Bytes
Contents
<%= javascript_include_tag("noVNC/util", "noVNC/webutil", "noVNC/base64", "noVNC/websock", "noVNC/des", "noVNC/input", "noVNC/display", "noVNC/rfb", "noVNC/jsunzip", "noVNC/ui", "noVNC") %> <% title "#{@console[:name]}" %> <%= title_actions( button_group(link_to("Ctrl-Alt-Del", "#", :id => "sendCtrlAltDelButton", :class => "btn"), if @host link_to_if_authorized(_("Back to host"), hash_for_host_path(:id => @host), :title => _("Back to host"), :class => 'btn') end ) ) %> <div id='vnc' data-port='<%= @console[:proxy_port] %>' data-password='<%= @console[:password] %>'> <div id="noVNC_status_bar" class="console-status"> <div id="noVNC_status" class="span7 label">Loading ...</div> </div> <canvas id="noVNC_canvas" class="console-screen"> Canvas not supported. </canvas> </div>
Version data entries
5 entries across 5 versions & 1 rubygems