des ptit problèmes par ci par la

This commit is contained in:
piair
2023-09-20 11:54:43 +02:00
parent 7a59891f37
commit d166b164e6
4 changed files with 7 additions and 7 deletions

View File

@ -51,7 +51,7 @@
{%if not current_user.is_authenticated %}
<button class="unselected" onclick="location.href = '/login';">login</button>
{% else %}
<iframe src="/novnc/vnc_lite.html?resize=scale&path=novnc/websockify&view_only" width="100%" height="100%" frameborder="0"></iframe>
<iframe src="/novnc/vnc.html?resize=scale&path=novnc/websockify&view_only" width="100%" height="100%" frameborder="0"></iframe>
{% endif %}
{%endblock %}