Add graph link to traceroute results as well.

This commit is contained in:
Jason Michalski
2024-06-16 16:43:37 -07:00
parent a4c18d8525
commit 3f15c29683
+2
View File
@@ -55,6 +55,8 @@
</ul>
{% if packet.raw_mesh_packet.decoded.want_response %}
<a href="/graph/traceroute/{{packet.id}}">graph</a>
{% else %}
<a href="/graph/traceroute/{{packet.raw_mesh_packet.decoded.request_id}}">graph</a>
{% endif %}
{% endif %}
<pre>{{packet.payload}}</pre>