mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-04-24 06:37:16 -04:00
Log viewer bug
This commit is contained in:
parent
9c7853baf6
commit
c7c1ae53c0
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
|||
%for log in logs:
|
||||
%line = []
|
||||
%line = log.split('|')
|
||||
<tr class='log' data-message='{{line[2]}}' data-exception='{{line[3].replace("\\n", "<br />")}}'>
|
||||
<tr class='log' data-message='{{line[2]}}' data-exception="{{line[3]}}">
|
||||
<td class="collapsing"><i class="\\
|
||||
%if line[1] == 'INFO':
|
||||
blue info circle \\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue