{% extends "base.html" %} {% block css %} .container { max-width: 900px; margin: 0 auto; } #pause-button { white-space: nowrap; padding: 2px 8px; font-size: 0.85rem; } .filter-controls { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; } .filter-label { color: #ccc; font-size: 14px; margin-bottom: 0; } #firehoseChannelSelect { padding: 4px 6px; background: #444; color: #fff; border: none; border-radius: 4px; } .status-message { color: #bbb; margin-top: 12px; display: none; } {% endblock %} {% block body %}
{% set options = { 1: "Text Message", 3: "Position", 4: "Node Info", 67: "Telemetry", 71: "Neighbor Info", 70: "Trace Route", } %}
{% for packet in packets %} {% include 'packet.html' %} {% endfor %}
0 %} style="display:none;"{% endif %}> No packets found.
{% endblock %}