{% extends "base.html" %} {% block css %} #packet_details { height: 95vh; overflow: auto; } .main-container, .container { max-width: 900px; margin: 0 auto; text-align: center; } .card-section { background-color: #272b2f; border: 1px solid #474b4e; padding: 15px 20px; margin-bottom: 20px; border-radius: 10px; transition: background-color 0.2s ease; } .card-section:hover { background-color: #2f3338; } .section-header { font-size: 16px; margin: 0 0 6px 0; font-weight: 500; color: #fff; } .main-header { font-size: 22px; margin-bottom: 20px; font-weight: 600; } .chart { height: 400px; margin-top: 10px; } .total-count { color: #ccc; font-size: 14px; margin-bottom: 8px; } .expand-btn, .export-btn { margin-bottom: 8px; padding: 4px 8px; cursor: pointer; background-color: #444; color: #fff; border: none; border-radius: 4px; font-size: 12px; } .expand-btn:hover { background-color: #666; } .export-btn:hover { background-color: #777; } /* Summary cards at top */ .summary-card { background-color: #1f2124; border: 1px solid #474b4e; padding: 10px 15px; margin-bottom: 15px; border-radius: 8px; } .summary-count { font-size: 18px; color: #66bb6a; font-weight: bold; } #channelSelect { margin-bottom: 8px; padding: 4px 6px; background:#444; color:#fff; border:none; border-radius:4px; } {% endblock %} {% block head %} {% endblock %} {% block body %}

Mesh Statistics - Summary (all available in Database)

Total Nodes

0

Total Packets

0

Total Packets Seen

0

Packets per Day - All Ports (Last 14 Days)

Total: 0

Packet Types - Last 24 Hours

Packets per Day - Text Messages (Port 1, Last 14 Days)

Total: 0

Packets per Hour - All Ports

Total: 0

Packets per Hour - Text Messages (Port 1)

Total: 0

Hardware Breakdown

Role Breakdown

Channel Breakdown

{% endblock %}