Compare commits
2 Commits
3d096ec34c
...
49e0d1b599
Author | SHA1 | Date | |
---|---|---|---|
|
49e0d1b599 | ||
|
83eea03c73 |
@ -10,23 +10,16 @@
|
|||||||
<script src="{{ url_for('static', filename='node_modules/xterm/lib/xterm.js') }}"></script>
|
<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>
|
<script src="{{ url_for('static', filename='node_modules/xterm-addon-fit/lib/xterm-addon-fit.js') }}"></script>
|
||||||
|
|
||||||
<table>
|
<div>
|
||||||
<tr>
|
|
||||||
<td width="20%" height="90%">
|
<div id="console" style="height: 100%; width: 20%; float:left;"></div>
|
||||||
<div id="console"></div>
|
|
||||||
</td>
|
<div style="width: 80%; float:left;">
|
||||||
<td width="80%">
|
|
||||||
<iframe src="/novnc/vnc.html?resize=scale&path=novnc/websockify&autoconnect=true&view_only"
|
<iframe src="/novnc/vnc.html?resize=scale&path=novnc/websockify&autoconnect=true&view_only"
|
||||||
width="100%" height="100%" frameborder="0"></iframe>
|
width="100%" height="100%" frameborder="0"></iframe>
|
||||||
</td>
|
</div>
|
||||||
</tr>
|
</div>
|
||||||
</table>
|
|
||||||
|
|
||||||
|
|
||||||
<script>
|
|
||||||
|
|
||||||
|
|
||||||
</script>
|
|
||||||
<script>
|
<script>
|
||||||
var term = new Terminal();
|
var term = new Terminal();
|
||||||
const fitAddon = new FitAddon.FitAddon();
|
const fitAddon = new FitAddon.FitAddon();
|
||||||
|
Loading…
Reference in New Issue
Block a user