Compare commits
No commits in common. "49e0d1b59911bf89efa8bc807856a64eed960ed5" and "3d096ec34cad1668dcf3f4a3d1c12a150e451904" have entirely different histories.
49e0d1b599
...
3d096ec34c
@ -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>
|
||||
<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>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<div id="console" style="height: 100%; width: 20%; float:left;"></div>
|
||||
|
||||
<div style="width: 80%; float:left;">
|
||||
<iframe src="/novnc/vnc.html?resize=scale&path=novnc/websockify&autoconnect=true&view_only"
|
||||
width="100%" height="100%" frameborder="0"></iframe>
|
||||
</div>
|
||||
</div>
|
||||
<script>
|
||||
|
||||
|
||||
</script>
|
||||
<script>
|
||||
var term = new Terminal();
|
||||
const fitAddon = new FitAddon.FitAddon();
|
||||
|
Loading…
Reference in New Issue
Block a user