mirror of
https://github.com/pablorevilla-meshtastic/meshview.git
synced 2026-06-14 03:04:47 +02:00
0831301997
- We added another column to the nodes table to report on firmware version - Also changed the date and time format to be more readable. - Added a node list report - Modified the Mesh Graphs
6 lines
473 B
HTML
6 lines
473 B
HTML
<div class="row chat-packet">
|
|
<span class="col-2 timestamp">{{packet.import_time.strftime('%-I:%M:%S %p - %d-%m-%Y')}} </span>
|
|
<span class="col-1 timestamp"><a href="/packet/{{packet.id}}">✉️</a> {{packet.from_node.channel}}</span>
|
|
<span class="col-2 username"><a href="/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-6 message">{{packet.payload}}</span>
|
|
</div> |