From 6fd2aa3d7fb4f9a75fbdcdfa493765514039e547 Mon Sep 17 00:00:00 2001 From: Jason Michalski Date: Fri, 17 May 2024 19:10:45 -0700 Subject: [PATCH] Link to the nodes in chat view. --- meshview/templates/chat_packet.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshview/templates/chat_packet.html b/meshview/templates/chat_packet.html index f46e7d8..a8fc056 100644 --- a/meshview/templates/chat_packet.html +++ b/meshview/templates/chat_packet.html @@ -1,5 +1,5 @@
{{packet.import_time | format_timestamp}} - {{packet.from_node.long_name or (packet.from_node_id | node_id_to_hex) }} + {{packet.from_node.long_name or (packet.from_node_id | node_id_to_hex) }} {{packet.payload}}