Statistic page redo

This commit is contained in:
Pablo Revilla
2025-08-12 12:30:59 -07:00
parent b212c57ad7
commit 77f8746b4a
+3
View File
@@ -41,6 +41,9 @@
{% if packet.pretty_payload %}
<div>{{packet.pretty_payload}}</div>
{% endif %}
{% if packet.raw_mesh_packet.decoded.reply_id %}
Replying to: <a href="/packet/{{packet.raw_mesh_packet.decoded.reply_id}}">{{packet.raw_mesh_packet.decoded.reply_id}}</a>
{% endif %}
{% if packet.raw_mesh_packet.decoded and packet.raw_mesh_packet.decoded.portnum == 70 %}
<ul>
{% for node_id in packet.raw_payload.route %}