feat: rich dashboard with severity bars, heatmap, most flagged, live poll

This commit is contained in:
Marker689
2026-05-09 05:35:36 +03:00
parent d776d037e7
commit e83167a938
3 changed files with 181 additions and 25 deletions

View File

@@ -2,7 +2,7 @@
{% block content %}
<h1>Dashboard</h1>
<div hx-get="/api/v1/scans/stats" hx-trigger="every 30s" hx-swap="innerHTML">
<div hx-get="/dashboard/stats" hx-trigger="every 30s" hx-swap="innerHTML">
{% include "dashboard_stats.html" %}
</div>
{% endblock %}