connectiopn fix round 2 3

This commit is contained in:
2026-08-21 16:02:23 +02:00
parent 8c9af78672
commit 763be3e7bf
12 changed files with 708 additions and 11 deletions

View File

@ -752,6 +752,18 @@
</div>
</div>
<!-- ================= Aktive Session live ansehen (Overlay) ================= -->
<div class="ft-overlay hidden" id="watch-overlay">
<div class="ft-panel rec-panel">
<h2 id="watch-title">Live-Ansicht
<button type="button" class="btn-secondary btn-small" id="watch-close-btn">Schliessen</button>
</h2>
<p class="hint">Nur lesend -- Eingaben werden nicht an die Sitzung uebertragen.</p>
<p class="hint">Status: <span id="watch-status">verbinde ...</span></p>
<div id="watch-stage" class="rec-stage"></div>
</div>
</div>
<script src="/static/js/vendor/xterm.js"></script>
<script src="/static/js/vendor/xterm-addon-fit.js"></script>
<script src="/static/js/vendor/guacamole-common.js"></script>