aboutsummaryrefslogtreecommitdiffstats
path: root/templates/logs.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/logs.html')
-rw-r--r--templates/logs.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/logs.html b/templates/logs.html
new file mode 100644
index 0000000..c5ea52a
--- /dev/null
+++ b/templates/logs.html
@@ -0,0 +1,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 %}