{% extends "tesm_core/base.html" %} {% block page_title %}Laufendes Protokoll{% endblock %} {% block page_sub %}{{ path }} · letzte {{ line_count }} Zeilen{% endblock %} {% block topbar_extra %}
{{ icon('search', size=15) }}
{% endblock %} {% block content %}
{{ icon('terminal', size=17) }} Erreichbarkeit und PoE
Aktualisiert sich automatisch alle 10 Sekunden
{% include "tesm_core/_log_lines.html" %}
{% endblock %}