modified: web/blueprints/panel.py

modified:   web/static/css/style.css
	modified:   web/templates/base.html
	modified:   web/templates/panel/dashboard.html
This commit is contained in:
SimolZimol
2026-04-02 00:09:31 +02:00
parent df8a0590b9
commit 486aa2ff18
4 changed files with 56 additions and 23 deletions

View File

@@ -13,7 +13,7 @@
('Blocks Today', stats.blocks_today, 'bi-bricks', 'secondary'),
('Deaths Today', stats.deaths_today, 'bi-heartbreak-fill', 'danger'),
('Entity Events', stats.entity_events_today, 'bi-bug-fill', 'light'),
('Proxy Events', stats.proxy_events_today, 'bi-diagram-3-fill', 'dark'),
('Proxy Events', stats.proxy_events_today, 'bi-diagram-3-fill', 'info'),
] %}
{% for label, value, icon, color in cards %}
<div class="col-6 col-md-3 col-xl-3">