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

@ -28,7 +28,7 @@
</tr> </tr>
<tr> <tr>
<td> <td>
<button class="unselected" onclick="location.href = '/grafana';">stats</button> <button class="unselected" onclick="location.href = '/stats';">stats</button>
</td> </td>
</tr> </tr>
<tr> <tr>

View File

@ -29,7 +29,7 @@
</tr> </tr>
<tr> <tr>
<td> <td>
<button class="unselected" onclick="location.href = '/grafana';">stats</button> <button class="unselected" onclick="location.href = '/stats';">stats</button>
</td> </td>
</tr> </tr>
<tr> <tr>

View File

@ -29,7 +29,7 @@
</tr> </tr>
<tr> <tr>
<td> <td>
<button class="unselected" onclick="location.href = '/grafana';">stats</button> <button class="unselected" onclick="location.href = '/stats';">stats</button>
</td> </td>
</tr> </tr>
<tr> <tr>

View File

@ -29,7 +29,7 @@
</tr> </tr>
<tr> <tr>
<td> <td>
<button class="unselected" onclick="location.href = '/grafana';">stats</button> <button class="unselected" onclick="location.href = '/stats';">stats</button>
</td> </td>
</tr> </tr>
<tr> <tr>

View File

@ -29,7 +29,7 @@
</tr> </tr>
<tr> <tr>
<td> <td>
<button class="unselected" onclick="location.href = '/grafana';">stats</button> <button class="unselected" onclick="location.href = '/stats';">stats</button>
</td> </td>
</tr> </tr>
<tr> <tr>
@ -61,10 +61,8 @@
<h2>TODO</h2> <h2>TODO</h2>
<ul> <ul>
<li>reorder config</li>
<li>real override</li> <li>real override</li>
<li>ban button</li> <li>ban button</li>
<li>pourquoi tout ne se lance pas bien ?</li>
<li>synchroniser le mot de passe de grafana et celui du bot</li> <li>synchroniser le mot de passe de grafana et celui du bot</li>
</ul> </ul>
<br><br> <br><br>

View File

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

View File

@ -1 +1 @@
v6.2.13 v6.2.14