c'est ok ca marche, et c'est presque joli
This commit is contained in:
parent
bd0cb71bba
commit
fd3da49694
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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 %}
|
Loading…
Reference in New Issue