From a304d7a56563b16ca98d9b45ebed521c52f6347c Mon Sep 17 00:00:00 2001 From: ficus Date: Fri, 14 Sep 2012 20:10:43 +0200 Subject: backup WIP --- templates/logs.html | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 templates/logs.html (limited to 'templates/logs.html') 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 %} -- cgit v1.2.3