This commit is contained in:
2026-08-20 09:39:20 +02:00
parent 13547fb083
commit 7108d446d8
8 changed files with 137 additions and 16 deletions

View File

@ -8,11 +8,11 @@
<link rel="stylesheet" href="/static/js/vendor/xterm.css">
</head>
<body>
<div class="session-shell" id="session-shell">
<div class="session-shell" id="session-shell" data-host-id="{{ host_id }}">
<div class="session-toolbar">
<button id="fullscreen-btn">Vollbild</button>
<button id="upload-btn">Datei hochladen</button>
<input type="file" id="file-input" style="display:none">
<input type="file" id="file-input" class="hidden">
<span class="spacer"></span>
<span class="status" id="status">Verbinde ...</span>
</div>
@ -21,7 +21,6 @@
<script src="/static/js/vendor/xterm.js"></script>
<script src="/static/js/vendor/xterm-addon-fit.js"></script>
<script>window.JUMPHOST_HOST_ID = {{ host_id }};</script>
<script src="/static/js/terminal.js"></script>
</body>
</html>