Logs viewer bug

This commit is contained in:
morpheus65535 2018-01-01 10:03:00 -05:00
parent ac30452c77
commit 4a449a285c
1 changed files with 12 additions and 8 deletions

View File

@ -46,14 +46,18 @@
%end
">
<td class="collapsing"><i class="\\
%if line[1] == 'INFO':
blue info circle \\
%elif line[1] == 'WARNING':
yellow warning circle \\
%elif line[1] == 'ERROR':
red bug \\
%end
icon"></i></td>
%try:
%if line[1] == 'INFO':
blue info circle icon \\
%elif line[1] == 'WARNING':
yellow warning circle icon \\
%elif line[1] == 'ERROR':
red bug icon \\
%end
%except:
%pass
%end
"></i></td>
<td>\\
%try:
{{line[2]}}\\