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:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user