aboutsummaryrefslogtreecommitdiffstats
path: root/templates/logs.html
blob: c5ea52abdd228e989da19e7b3be57ab480078fe0 (plain)
1
2
3
4
5
6
7
8
9
{% import "lib.html" as lib %}
{% extends "base.html" %}
{% block body %}

{{ lib.logbox("dmesg", logs.dmesg) }}
{{ lib.logbox("auth.log", logs.authlog) }}
{{ lib.logbox("syslog", logs.syslog) }}

{% endblock %}