fix: Final-Review-Feinschliff (DR-Kommentar korrigiert, SameSite-Pin, Grafana-Link-Hostname)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-19 15:29:38 +02:00
parent 543bb648b7
commit 0bad69bf42
2 changed files with 6 additions and 4 deletions

View File

@@ -59,6 +59,6 @@
<h2>Grafana-Dashboard</h2>
<iframe class="grafana" src="http://{{ request.url.hostname or '127.0.0.1' }}:8097"></iframe>
<p class="hint">Kein Diagramm sichtbar? Einmal in
<a href="http://127.0.0.1:8097" target="_blank">Grafana anmelden</a>
<a href="http://{{ request.url.hostname or '127.0.0.1' }}:8097" target="_blank">Grafana anmelden</a>
(gleiches Passwort wie hier).</p>
{% endblock %}