{% extends "tesm_core/base.html" %} {% from "tesm_core/macros.html" import alert %} {% block page_title %}Kea-DHCP-Protokoll{% endblock %} {% block page_sub %}{{ path }}{% endblock %} {% block content %} {% if error %}{{ alert(error, 'warning') }}{% endif %} {{ alert('Das Protokoll liegt unter /var/log/kea/. Es darf nicht in das Protokollverzeichnis der Anwendung wandern: das AppArmor-Profil von Kea erlaubt ausschliesslich diesen fest einprogrammierten Pfad.', 'info') }}
{{ icon('network', size=17) }} Letzte Zeilen
{% include "tesm_core/_log_lines.html" %}
{% endblock %}