on avance

This commit is contained in:
piair 2023-09-27 20:12:29 +02:00
parent 4c78ec150b
commit b5abd589ba
2 changed files with 7 additions and 3 deletions

View File

@ -7,8 +7,12 @@
{%if not current_user.is_authenticated %}
<button class="unselected" onclick="location.href = '/login';">login</button>
{% else %}
<iframe id="iframe" src="{{url_for('static', filename='logs/dev.txt')}}" width="20%" height="80%"></iframe>
<iframe src="/novnc/vnc.html?resize=scale&path=novnc/websockify&view_only" width="80%" height="100%" frameborder="0"></iframe>
<table>
<tr>
<td width="20%"><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>
<script>
var myIframe = document.getElementById('iframe');

View File

@ -1 +1 @@
v6.6.21
v6.6.22