Skip to content

Commit

Permalink
remove control bar anchor
Browse files Browse the repository at this point in the history
  • Loading branch information
junchen6072 committed Feb 19, 2025
1 parent 90a1713 commit 8a017c3
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions vnc.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
</div>
</div>

<!-- noVNC control bar -->
<!--
<div id="noVNC_control_bar_anchor" class="noVNC_vcenter">
<div id="noVNC_control_bar">
Expand All @@ -120,18 +120,15 @@ <h1 class="noVNC_logo" translate="no"><span>no</span><br>VNC</h1>
<hr>
<!-- Drag/Pan the viewport -->
<input type="image" alt="Drag" src="app/images/drag.svg"
id="noVNC_view_drag_button" class="noVNC_button noVNC_hidden"
title="Move/Drag viewport">
<!--noVNC touch device only buttons-->
<div id="noVNC_mobile_buttons">
<input type="image" alt="Keyboard" src="app/images/keyboard.svg"
id="noVNC_keyboard_button" class="noVNC_button" title="Show keyboard">
</div>
<!-- Extra manual keys -->
<input type="image" alt="Extra keys" src="app/images/toggleextrakeys.svg"
id="noVNC_toggle_extra_keys_button" class="noVNC_button"
title="Show extra keys">
Expand All @@ -158,7 +155,6 @@ <h1 class="noVNC_logo" translate="no"><span>no</span><br>VNC</h1>
</div>
</div>
<!-- Shutdown/Reboot -->
<input type="image" alt="Shutdown/Reboot" src="app/images/power.svg"
id="noVNC_power_button" class="noVNC_button"
title="Shutdown/Reboot...">
Expand All @@ -173,7 +169,6 @@ <h1 class="noVNC_logo" translate="no"><span>no</span><br>VNC</h1>
</div>
</div>
<!-- Clipboard -->
<input type="image" alt="Clipboard" src="app/images/clipboard.svg"
id="noVNC_clipboard_button" class="noVNC_button"
title="Clipboard">
Expand All @@ -189,12 +184,10 @@ <h1 class="noVNC_logo" translate="no"><span>no</span><br>VNC</h1>
</div>
</div>
<!-- Toggle fullscreen -->
<input type="image" alt="Full screen" src="app/images/fullscreen.svg"
id="noVNC_fullscreen_button" class="noVNC_button noVNC_hidden"
title="Full screen">
<!-- Settings -->
<input type="image" alt="Settings" src="app/images/settings.svg"
id="noVNC_settings_button" class="noVNC_button"
title="Settings">
Expand Down Expand Up @@ -272,7 +265,6 @@ <h1 class="noVNC_logo" translate="no"><span>no</span><br>VNC</h1>
<label><input id="noVNC_setting_show_dot" type="checkbox"> Show dot when no cursor</label>
</li>
<li><hr></li>
<!-- Logging selection dropdown -->
<li>
<label>Logging:
<select id="noVNC_setting_logging" name="vncLogging">
Expand All @@ -290,16 +282,15 @@ <h1 class="noVNC_logo" translate="no"><span>no</span><br>VNC</h1>
</div>
</div>
<!-- Connection controls -->
<input type="image" alt="Disconnect" src="app/images/disconnect.svg"
id="noVNC_disconnect_button" class="noVNC_button"
title="Disconnect">
</div>
</div>
</div> <!-- End of noVNC_control_bar -->

</div>
-->
<div id="noVNC_hint_anchor" class="noVNC_vcenter">
<div id="noVNC_control_bar_hint">
</div>
Expand Down

0 comments on commit 8a017c3

Please sign in to comment.