Merge pull request #1 from realityengines/users/jun/remove_control_bar_anchor
remove control bar anchor
This commit is contained in:
commit
57c8662718
15
vnc.html
15
vnc.html
|
|
@ -108,7 +108,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- noVNC control bar -->
|
<!--
|
||||||
<div id="noVNC_control_bar_anchor" class="noVNC_vcenter">
|
<div id="noVNC_control_bar_anchor" class="noVNC_vcenter">
|
||||||
|
|
||||||
<div id="noVNC_control_bar">
|
<div id="noVNC_control_bar">
|
||||||
|
|
@ -120,18 +120,15 @@
|
||||||
|
|
||||||
<hr>
|
<hr>
|
||||||
|
|
||||||
<!-- Drag/Pan the viewport -->
|
|
||||||
<input type="image" alt="Drag" src="app/images/drag.svg"
|
<input type="image" alt="Drag" src="app/images/drag.svg"
|
||||||
id="noVNC_view_drag_button" class="noVNC_button noVNC_hidden"
|
id="noVNC_view_drag_button" class="noVNC_button noVNC_hidden"
|
||||||
title="Move/Drag viewport">
|
title="Move/Drag viewport">
|
||||||
|
|
||||||
<!--noVNC touch device only buttons-->
|
|
||||||
<div id="noVNC_mobile_buttons">
|
<div id="noVNC_mobile_buttons">
|
||||||
<input type="image" alt="Keyboard" src="app/images/keyboard.svg"
|
<input type="image" alt="Keyboard" src="app/images/keyboard.svg"
|
||||||
id="noVNC_keyboard_button" class="noVNC_button" title="Show keyboard">
|
id="noVNC_keyboard_button" class="noVNC_button" title="Show keyboard">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Extra manual keys -->
|
|
||||||
<input type="image" alt="Extra keys" src="app/images/toggleextrakeys.svg"
|
<input type="image" alt="Extra keys" src="app/images/toggleextrakeys.svg"
|
||||||
id="noVNC_toggle_extra_keys_button" class="noVNC_button"
|
id="noVNC_toggle_extra_keys_button" class="noVNC_button"
|
||||||
title="Show extra keys">
|
title="Show extra keys">
|
||||||
|
|
@ -158,7 +155,6 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Shutdown/Reboot -->
|
|
||||||
<input type="image" alt="Shutdown/Reboot" src="app/images/power.svg"
|
<input type="image" alt="Shutdown/Reboot" src="app/images/power.svg"
|
||||||
id="noVNC_power_button" class="noVNC_button"
|
id="noVNC_power_button" class="noVNC_button"
|
||||||
title="Shutdown/Reboot...">
|
title="Shutdown/Reboot...">
|
||||||
|
|
@ -173,7 +169,6 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Clipboard -->
|
|
||||||
<input type="image" alt="Clipboard" src="app/images/clipboard.svg"
|
<input type="image" alt="Clipboard" src="app/images/clipboard.svg"
|
||||||
id="noVNC_clipboard_button" class="noVNC_button"
|
id="noVNC_clipboard_button" class="noVNC_button"
|
||||||
title="Clipboard">
|
title="Clipboard">
|
||||||
|
|
@ -189,12 +184,10 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Toggle fullscreen -->
|
|
||||||
<input type="image" alt="Full screen" src="app/images/fullscreen.svg"
|
<input type="image" alt="Full screen" src="app/images/fullscreen.svg"
|
||||||
id="noVNC_fullscreen_button" class="noVNC_button noVNC_hidden"
|
id="noVNC_fullscreen_button" class="noVNC_button noVNC_hidden"
|
||||||
title="Full screen">
|
title="Full screen">
|
||||||
|
|
||||||
<!-- Settings -->
|
|
||||||
<input type="image" alt="Settings" src="app/images/settings.svg"
|
<input type="image" alt="Settings" src="app/images/settings.svg"
|
||||||
id="noVNC_settings_button" class="noVNC_button"
|
id="noVNC_settings_button" class="noVNC_button"
|
||||||
title="Settings">
|
title="Settings">
|
||||||
|
|
@ -272,7 +265,6 @@
|
||||||
<label><input id="noVNC_setting_show_dot" type="checkbox"> Show dot when no cursor</label>
|
<label><input id="noVNC_setting_show_dot" type="checkbox"> Show dot when no cursor</label>
|
||||||
</li>
|
</li>
|
||||||
<li><hr></li>
|
<li><hr></li>
|
||||||
<!-- Logging selection dropdown -->
|
|
||||||
<li>
|
<li>
|
||||||
<label>Logging:
|
<label>Logging:
|
||||||
<select id="noVNC_setting_logging" name="vncLogging">
|
<select id="noVNC_setting_logging" name="vncLogging">
|
||||||
|
|
@ -290,7 +282,6 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Connection controls -->
|
|
||||||
<input type="image" alt="Disconnect" src="app/images/disconnect.svg"
|
<input type="image" alt="Disconnect" src="app/images/disconnect.svg"
|
||||||
id="noVNC_disconnect_button" class="noVNC_button"
|
id="noVNC_disconnect_button" class="noVNC_button"
|
||||||
title="Disconnect">
|
title="Disconnect">
|
||||||
|
|
@ -298,8 +289,8 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div> <!-- End of noVNC_control_bar -->
|
</div>
|
||||||
|
-->
|
||||||
<div id="noVNC_hint_anchor" class="noVNC_vcenter">
|
<div id="noVNC_hint_anchor" class="noVNC_vcenter">
|
||||||
<div id="noVNC_control_bar_hint">
|
<div id="noVNC_control_bar_hint">
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue