- do not show links to Netmon anymore

Signed-off-by: Steffen Pankratz <kratz00@gmx.de>
This commit is contained in:
Steffen Pankratz 2017-03-22 18:12:54 +01:00
parent 57b0a6af4e
commit 3f0052bdfe
1 changed files with 0 additions and 4 deletions

View File

@ -90,11 +90,7 @@
<div class="panel-body">
<table class="table table-condensed">
<tr><th>Hostname</th><td>
{%- if router.netmon_id %}
<a href="https://netmon.freifunk-franken.de/router.php?router_id={{ router.netmon_id }}">{{ router.hostname }}</a>
{%- else %}
{{ router.hostname }}
{%- endif %}
{%- if router.netifs|webui_addr %}
(<a href="http://[{{ router.netifs|webui_addr }}]">WebUI</a>)
{%- endif %}