il commence a y avoir beaucoup de modifs

This commit is contained in:
piair
2023-09-30 17:41:46 +02:00
parent 90a87d19c7
commit 8ec5aa52ba
5 changed files with 60 additions and 55 deletions

View File

@ -9,7 +9,7 @@
{% else %}
<table>
<tr>
<td width="20%" height="90%"><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/custom.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>