From d15b81d099ae8c1d41be3f71d941e860cfa1336d Mon Sep 17 00:00:00 2001 From: Armin Date: Sun, 19 Apr 2015 00:11:50 +0200 Subject: added: colred logs for webui to (currently only for theme "Next") --- pyload/webui/themes/Next/tml/logs.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyload/webui/themes/Next/tml') diff --git a/pyload/webui/themes/Next/tml/logs.html b/pyload/webui/themes/Next/tml/logs.html index 8e995c465..f0f25a9dd 100644 --- a/pyload/webui/themes/Next/tml/logs.html +++ b/pyload/webui/themes/Next/tml/logs.html @@ -27,7 +27,7 @@
{% for line in log %} - + {% endfor %}
{{line.line}}{{line.date}}{{line.level}}{{line.message}}
{{line.line}}{{line.date}}{{line.level}}{{line.message}}
-- cgit v1.2.3