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>
|
||||
|
||||
@ -13,6 +13,7 @@
|
||||
<button id="ctrlaltdel-btn">Strg+Alt+Entf</button>
|
||||
<span class="spacer"></span>
|
||||
<span class="status" id="status">Verbinde ...</span>
|
||||
<button id="exit-btn" class="btn-danger btn-small" title="Sitzung beenden und Tab schliessen">Exit</button>
|
||||
</div>
|
||||
<div id="rdp-display"></div>
|
||||
</div>
|
||||
|
||||
@ -14,6 +14,7 @@
|
||||
<button id="filetransfer-btn">Dateitransfer</button>
|
||||
<span class="spacer"></span>
|
||||
<span class="status" id="status">Verbinde ...</span>
|
||||
<button id="exit-btn" class="btn-danger btn-small" title="Sitzung beenden und Tab schliessen">Exit</button>
|
||||
</div>
|
||||
<div id="terminal"></div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user