Skip to content
Snippets Groups Projects
Commit 6802b1f0 authored by Tomáš Čejka's avatar Tomáš Čejka
Browse files

route: show "Download" link for raw json data with historical SNMP statistics

parent 646d43d8
No related branches found
No related tags found
No related merge requests found
...@@ -78,6 +78,7 @@ ...@@ -78,6 +78,7 @@
<h3>Number of bytes (relative)</h3> <h3>Number of bytes (relative)</h3>
<div><canvas id="traffic-plot-bytes-rel" width=200 height=200></canvas></div> <div><canvas id="traffic-plot-bytes-rel" width=200 height=200></canvas></div>
</div> </div>
<div><a href="{% url routestats route.name %}">Download raw data in JSON</a></div>
</div> </div>
{% comment %}check if graphs plugin in installed apps{% endcomment %} {% comment %}check if graphs plugin in installed apps{% endcomment %}
{% if 'graphs' in INSTALLED_APPS %} {% if 'graphs' in INSTALLED_APPS %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment