mirror of
https://github.com/morpheus65535/bazarr
synced 2025-01-23 23:38:44 +00:00
Logs viewer bug
This commit is contained in:
parent
4a69b7ca75
commit
ac30452c77
1 changed files with 13 additions and 2 deletions
|
@ -54,8 +54,19 @@ yellow warning circle \\
|
|||
red bug \\
|
||||
%end
|
||||
icon"></i></td>
|
||||
<td>{{line[2]}}</td>
|
||||
<td title='{{line[0]}}' class="collapsing">{{pretty.date(int(time.mktime(datetime.datetime.strptime(line[0], "%d/%m/%Y %H:%M:%S").timetuple())))}}</td>
|
||||
<td>\\
|
||||
%try:
|
||||
{{line[2]}}\\
|
||||
%except:
|
||||
\\
|
||||
%end
|
||||
</td>
|
||||
<td title="\\
|
||||
%try:
|
||||
{{line[0]}}" class="collapsing">{{pretty.date(int(time.mktime(datetime.datetime.strptime(line[0], "%d/%m/%Y %H:%M:%S").timetuple())))}}</td>
|
||||
%except:
|
||||
" class="collapsing"></td>
|
||||
%end
|
||||
</tr>
|
||||
%end
|
||||
</tbody>
|
||||
|
|
Loading…
Reference in a new issue