ouais je pense que tu vois la ou je veux en venir

This commit is contained in:
piair
2023-09-30 16:29:50 +02:00
parent a7b42ab3a1
commit 92ee7da9a4
4 changed files with 9 additions and 8 deletions

View File

@ -9,7 +9,7 @@
{% else %}
<table>
<tr>
<td width="20%"><iframe id="iframe" src="{{url_for('static', filename='logs/dev.txt')}}" width="100%" height="100%"></iframe></td>
<td width="20%" height="90%"><iframe id="iframe" src="{{url_for('static', filename='logs/dev.txt')}}" width="100%" height="100%"></iframe></td>
<td width="80%"><iframe src="/novnc/vnc.html?resize=scale&path=novnc/websockify&view_only" width="100%" height="100%" frameborder="0"></iframe></td>
</tr>
</table>