aboutsummaryrefslogtreecommitdiffstats
path: root/torouterui/templates/logs.html
blob: 118c0e059529e2cc1fdec18c6be7f0a65deb2c3c (plain)
1
2
3
4
5
6
7
8
9
10
{% 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) }}
{{ lib.logbox("tor", logs.tor) }}

{% endblock %}