HexaWetter v1.2.0: Security, Admin, Radar, UI
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta name="robots" content="noindex, nofollow" />
|
||||
<title>Admin – HexaWetter</title>
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
||||
<link rel="stylesheet" href="style.css" />
|
||||
@@ -47,6 +48,7 @@
|
||||
</div>
|
||||
<div style="display:flex;gap:8px;flex-wrap:wrap">
|
||||
<button id="refreshBtn" class="btn btn-secondary">Aktualisieren</button>
|
||||
<button id="syncRadarBtn" class="btn btn-secondary">Radar syncen</button>
|
||||
<button id="clearCacheBtn" class="btn btn-secondary">Redis-Cache leeren</button>
|
||||
</div>
|
||||
</div>
|
||||
@@ -80,6 +82,20 @@
|
||||
</form>
|
||||
<p class="muted" id="settingsMsg" style="margin-top:10px"></p>
|
||||
</section>
|
||||
|
||||
<section class="glass-card">
|
||||
<div class="section-head">
|
||||
<div><h2>Radar-Rohdaten</h2><p class="muted no-margin">Lokale DWD-Dateien und gerenderte Frames</p></div>
|
||||
<span class="muted" id="renderedCount">–</span>
|
||||
</div>
|
||||
<div class="table-wrap">
|
||||
<table>
|
||||
<thead><tr><th>Datei</th><th>Größe</th><th>Geändert</th><th></th></tr></thead>
|
||||
<tbody id="radarFiles"></tbody>
|
||||
</table>
|
||||
</div>
|
||||
<div class="rendered-grid" id="renderedFrames" style="margin-top:16px"></div>
|
||||
</section>
|
||||
</section>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
Reference in New Issue
Block a user