c'est ok ca marche, et c'est presque joli

This commit is contained in:
piair
2023-08-29 19:04:34 +02:00
parent bd0cb71bba
commit fd3da49694
7 changed files with 7 additions and 9 deletions

View File

@ -45,7 +45,7 @@
{%if not current_user.is_authenticated %}
<button class="unselected" onclick="location.href = '/login';">login</button>
{% else %}
<iframe src="/grafana" width="100%" height="100%"></iframe>
<iframe src="/grafana?orgId=1&kiosk" width="100%" height="100%" frameborder="0"></iframe>
{% endif %}
{%endblock %}