From 77f8746b4a808746d9a4d3ae62fb95c76459b185 Mon Sep 17 00:00:00 2001 From: Pablo Revilla Date: Tue, 12 Aug 2025 12:30:59 -0700 Subject: [PATCH] Statistic page redo --- meshview/templates/packet.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meshview/templates/packet.html b/meshview/templates/packet.html index 731e793..d1ea534 100644 --- a/meshview/templates/packet.html +++ b/meshview/templates/packet.html @@ -41,6 +41,9 @@ {% if packet.pretty_payload %}
{{packet.pretty_payload}}
{% endif %} + {% if packet.raw_mesh_packet.decoded.reply_id %} + Replying to: {{packet.raw_mesh_packet.decoded.reply_id}} + {% endif %} {% if packet.raw_mesh_packet.decoded and packet.raw_mesh_packet.decoded.portnum == 70 %}