From 9006444cf83f4c7cc73bb2aba82ed0ddb0fced4f Mon Sep 17 00:00:00 2001 From: Pablo Revilla Date: Wed, 5 Mar 2025 16:53:05 -0800 Subject: [PATCH] Major changes to the project - Now the database process and the web process are separate. - Added Map - Added new graphing tools --- meshview/templates/chat_packet.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meshview/templates/chat_packet.html b/meshview/templates/chat_packet.html index 8352215..9a6d833 100644 --- a/meshview/templates/chat_packet.html +++ b/meshview/templates/chat_packet.html @@ -1,6 +1,6 @@
- ✉️ {{packet.from_node.channel}}
{{packet.import_time.strftime('%-I:%M:%S %p - %d-%m-%Y')}}
- - {{packet.from_node.long_name or (packet.from_node_id | node_id_to_hex) }} - {{packet.payload}} + {{packet.import_time.strftime('%-I:%M:%S %p - %d-%m-%Y')}} + ✉️ {{packet.from_node.channel}} + {{packet.from_node.long_name or (packet.from_node_id | node_id_to_hex) }} + {{packet.payload}}
\ No newline at end of file