lobstakit-cloud 1.3.15 → 1.3.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/public/manage.html +2 -2
package/package.json
CHANGED
package/public/manage.html
CHANGED
|
@@ -191,8 +191,8 @@
|
|
|
191
191
|
<h3>🖥️ Terminal</h3>
|
|
192
192
|
<div id="terminal-container" style="height:400px;background:#0d1117;border-radius:6px;overflow:hidden;"></div>
|
|
193
193
|
</div>
|
|
194
|
-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/xterm@5.
|
|
195
|
-
<script src="https://cdn.jsdelivr.net/npm/xterm@5.
|
|
194
|
+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@xterm/xterm@5.5.0/css/xterm.css">
|
|
195
|
+
<script src="https://cdn.jsdelivr.net/npm/@xterm/xterm@5.5.0/lib/xterm.min.js"></script>
|
|
196
196
|
<script src="https://cdn.jsdelivr.net/npm/@xterm/addon-fit@0.10.0/lib/addon-fit.min.js"></script>
|
|
197
197
|
|
|
198
198
|
<!-- Channels Management -->
|