summaryrefslogtreecommitdiffstats
path: root/pyload/webui/themes
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-05-13 03:04:39 +0200
committerGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-05-13 03:04:39 +0200
commita6e82c2de410f17a37a3c54c0e38d8dff45d4451 (patch)
tree46c2d7abd9c60ebc20ed01f802e3832f7b0ed2e5 /pyload/webui/themes
parentGeneral fixup (1) (diff)
downloadpyload-a6e82c2de410f17a37a3c54c0e38d8dff45d4451.tar.xz
General fixup (2)
Diffstat (limited to 'pyload/webui/themes')
-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 f0f25a9dd..ab5d4f18c 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 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>
+ <tr><td class="logline">{{line.line}}</td><td class="{{color_console}}{{line.level}}">{{line.date}}</td><td class="loglevel loglevel{{color_console}}{{line.level}}"><span>{{line.level}}</span></td><td class="{{color_console}}{{line.level}}">{{line.message}}</td></tr>
{% endfor %}
</table>
</div>