show statustext

This commit is contained in:
Dominik Heidler 2015-12-22 10:35:17 +01:00
parent e9e53b1344
commit a8851609f5
1 changed files with 3 additions and 0 deletions

View File

@ -107,6 +107,9 @@
{{ router.last_contact|utc2local|format_dt }}
({{ router.last_contact|format_dt_ago }}){{- "" -}}
</td></tr>
{%- if router.system.status_text %}
<tr><th>Status Text</th><td>{{ router.system.status_text }}</td></tr>
{%- endif %}
{%- if router.description %}
<tr><th>Description</th><td>{{ router.description }}</td></tr>
{%- endif %}