mirror of
https://github.com/pablorevilla-meshtastic/meshview.git
synced 2026-07-04 00:41:44 +02:00
Added the traceroute and neighbours to the map
This commit is contained in:
@@ -50,14 +50,14 @@
|
||||
</div>
|
||||
|
||||
<div style="text-align:center">
|
||||
{% if site.get("nodes") == "True" %}<a href="/nodelist">Nodes</a> - {% endif %}
|
||||
{% if site.get("conversations") == "True" %}<a href="/chat">Conversations</a> - {% endif %}
|
||||
{% if site.get("everything") == "True" %}<a href="/firehose">See <strong>everything</strong></a> - {% endif %}
|
||||
{% if site.get("graphs") == "True" %}<a href="/nodegraph">Mesh Graphs</a> - {% endif %}
|
||||
{% if site.get("net") == "True" %}<a href="/net">Weekly Net</a> - {% endif %}
|
||||
{% if site.get("map") == "True" %}<a href="/map">Map</a> - {% endif %}
|
||||
{% if site.get("stats") == "True" %}<a href="/stats">Stats</a> - {% endif %}
|
||||
{% if site.get("top") == "True" %}<a href="/top">Top Traffic</a>{% endif %}
|
||||
{% if site.get("nodes") == "True" %}<a href="/nodelist">Nodes</a>{% endif %}
|
||||
{% if site.get("conversations") == "True" %} - <a href="/chat">Conversations</a>{% endif %}
|
||||
{% if site.get("everything") == "True" %} - <a href="/firehose">See <strong>everything</strong></a>{% endif %}
|
||||
{% if site.get("graphs") == "True" %} - <a href="/nodegraph">Mesh Graphs</a>{% endif %}
|
||||
{% if site.get("net") == "True" %} - <a href="/net">Weekly Net</a>{% endif %}
|
||||
{% if site.get("map") == "True" %} - <a href="/map">Live Map</a>{% endif %}
|
||||
{% if site.get("stats") == "True" %} - <a href="/stats">Stats</a>{% endif %}
|
||||
{% if site.get("top") == "True" %} - <a href="/top">Top Traffic</a>{% endif %}
|
||||
</div>
|
||||
|
||||
{% include "search_form.html" %}
|
||||
|
||||
Reference in New Issue
Block a user