diff --git a/srv/poe_manager/templates/index.html b/srv/poe_manager/templates/index.html index 3178095..e919751 100644 --- a/srv/poe_manager/templates/index.html +++ b/srv/poe_manager/templates/index.html @@ -11,7 +11,11 @@ {% for d in devices %}
+ {% if last_seen.get(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] }}