summaryrefslogtreecommitdiffstats
path: root/pyload/webui/themes/Next/tml
diff options
context:
space:
mode:
authorGravatar Armin <Armin@Armin-PC.diedering.lan> 2015-04-19 00:11:50 +0200
committerGravatar Armin <Armin@Armin-PC.diedering.lan> 2015-04-19 00:11:50 +0200
commitd15b81d099ae8c1d41be3f71d941e860cfa1336d (patch)
tree2750cfc92d1642566b7e6433c3bcef015f48b215 /pyload/webui/themes/Next/tml
parentfix typo (diff)
downloadpyload-d15b81d099ae8c1d41be3f71d941e860cfa1336d.tar.xz
added: colred logs for webui to (currently only for theme "Next")
Diffstat (limited to 'pyload/webui/themes/Next/tml')
-rw-r--r--pyload/webui/themes/Next/tml/logs.html2
1 files changed, 1 insertions, 1 deletions
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 @@
<div class="logdiv">
<table class="logtable" cellpadding="0" cellspacing="0">
{% for line in log %}
- <tr><td class="logline">{{line.line}}</td><td>{{line.date}}</td><td class="loglevel">{{line.level}}</td><td>{{line.message}}</td></tr>
+ <tr><td class="logline">{{line.line}}</td><td class="{{color_template}}{{line.level}}">{{line.date}}</td><td class="loglevel loglevel{{color_template}}{{line.level}}"><span>{{line.level}}</span></td><td class="{{color_template}}{{line.level}}">{{line.message}}</td></tr>
{% endfor %}
</table>
</div>