Link to the nodes in chat view.

This commit is contained in:
Jason Michalski
2024-05-17 19:10:45 -07:00
parent 3719058274
commit 6fd2aa3d7f

View File

@@ -1,5 +1,5 @@
<div class="row chat-packet">
<span class="col-2 timestamp">{{packet.import_time | format_timestamp}}</span>
<span class="col-3 username">{{packet.from_node.long_name or (packet.from_node_id | node_id_to_hex) }}</span>
<span class="col-3 username"><a href="https://meshview.armooo.net/packet_list/{{packet.from_node_id}}">{{packet.from_node.long_name or (packet.from_node_id | node_id_to_hex) }}</a></span>
<span class="col message">{{packet.payload}}</span>
</div>