Link from statistics page to hood router list

Fixes #32
This commit is contained in:
Dominik Heidler 2017-03-21 11:07:23 +01:00
parent b16199c8db
commit 158eb2585e
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@
</tr>
{%- for hood, value in hoods|dictsort %}
<tr>
<td>{{ hood }}</td>
<td><a href="{{ url_for('router_list', q='hood:%s' % hood) }}">{{ hood }}</a></td>
<td class="success">{{ value["online"] or 0 }}</td>
<td class="danger">{{ value["offline"] or 0 }}</td>
<td class="warning">{{ value["unknown"] or 0 }}</td>