mirror of
https://github.com/pablorevilla-meshtastic/meshview.git
synced 2026-06-25 20:41:11 +02:00
Load packet details on the package index.
This commit is contained in:
@@ -6,7 +6,12 @@
|
||||
<div class="col-6">
|
||||
{% include 'packet.html' %}
|
||||
</div>
|
||||
<div class="col-6 sticky-top" id="packet_details">
|
||||
<div
|
||||
class="col-6 sticky-top"
|
||||
id="packet_details"
|
||||
hx-get="/packet_details/{{packet.id}}"
|
||||
hx-trigger="load"
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user