Compare commits

..

No commits in common. "49e0d1b59911bf89efa8bc807856a64eed960ed5" and "3d096ec34cad1668dcf3f4a3d1c12a150e451904" have entirely different histories.

2 changed files with 15 additions and 8 deletions

View File

@ -10,16 +10,23 @@
<script src="{{ url_for('static', filename='node_modules/xterm/lib/xterm.js') }}"></script>
<script src="{{ url_for('static', filename='node_modules/xterm-addon-fit/lib/xterm-addon-fit.js') }}"></script>
<div>
<div id="console" style="height: 100%; width: 20%; float:left;"></div>
<div style="width: 80%; float:left;">
<table>
<tr>
<td width="20%" height="90%">
<div id="console"></div>
</td>
<td width="80%">
<iframe src="/novnc/vnc.html?resize=scale&path=novnc/websockify&autoconnect=true&view_only"
width="100%" height="100%" frameborder="0"></iframe>
</div>
</div>
</td>
</tr>
</table>
<script>
</script>
<script>
var term = new Terminal();
const fitAddon = new FitAddon.FitAddon();

View File

@ -1 +1 @@
v6.8.31
v6.8.30