connectiopn fix round 2 3
This commit is contained in:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user