Feature #1596 » 0001-Fix-1596-Add-back-button-of-console-page.patch
app/views/hosts/console.html.erb | ||
---|---|---|
<div id="noVNC_buttons">
|
||
<input type=button value="Ctrl-Alt-Del" id="sendCtrlAltDelButton" class="fr btn" >
|
||
</div>
|
||
<%= link_to_if_authorized("Back to host", hash_for_host_path(:id => @host), :title => "Back to host" , :class => 'fr btn') %>
|
||
</div>
|
||
<canvas id="noVNC_canvas" width="640px" height="20px" class="clearfix ca">
|
||
Canvas not supported.
|
||
</canvas>
|