diff --git a/srv/poe_manager/templates/index.html b/srv/poe_manager/templates/index.html index 2d7e5b4..3178095 100644 --- a/srv/poe_manager/templates/index.html +++ b/srv/poe_manager/templates/index.html @@ -11,7 +11,7 @@ {% for d in devices %}
+ {% if last_seen[d[0]] %} title="{{ last_seen[d[0]][0] }} {{ last_seen[d[0]][1] }}" {% elif status[d[0]] == 'offline' %} title="Noch nie online" {% endif %}>
{{ d[1] }}