mirror of
https://gitea.augustin64.fr/piair/MsRewards-Reborn.git
synced 2025-06-20 09:34:46 +02:00
uéuéué ca test des trucs (un viewer de logs)
This commit is contained in:
@ -1 +1,44 @@
|
||||
<iframe src="../user_data/log1.txt" width=200 height=200 frameborder=0 id="frame">
|
||||
{% extends "base.html" %}
|
||||
{% block left_pannel %}
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
<button class="unselected" onclick="location.href = '/override';">override</button>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<button class="unselected" onclick="location.href = '/config';">config</button>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<button class="unselected" onclick="location.href = '/discord';">discord</button>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<button class="unselected" onclick="location.href = '/proxy';">proxy</button>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<button class="unselected" onclick="location.href = '/grafana';">stats</button>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<button class="unselected" onclick="location.href = '/settings';">settings</button>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
{% endblock %}
|
||||
{% block content %}
|
||||
|
||||
{%if not current_user.is_authenticated %}
|
||||
<h1>Already logged in</h1>
|
||||
{% else %}
|
||||
<embed type="text/html" src="https://piair.xyz/download/1.log">
|
||||
{% endif %}
|
||||
{% endblock %}
|
@ -59,10 +59,12 @@
|
||||
<li>reorder config</li>
|
||||
<li>real override</li>
|
||||
<li>ban button</li>
|
||||
<li>pourquoi tout ne se lance pas bien ?</li>
|
||||
<li>logs viewer</li>
|
||||
<li>pourquoi tout ne se lance pas bien ? - </li>
|
||||
<li>avoir un afficheur de logs</li>
|
||||
<li>permettre de changer le mot de passe</li>
|
||||
<li>synchroniser le mot de passe de grafana et celui du bot</li>
|
||||
</ul>
|
||||
<br>
|
||||
<br><br>
|
||||
<h2>Backup config files</h2>
|
||||
<ul>
|
||||
<li><a href="/download/configs.json">download account config</a></li>
|
||||
|
Reference in New Issue
Block a user