mirror of
https://github.com/morpheus65535/bazarr
synced 2025-01-24 07:48:42 +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 \\
|
red bug \\
|
||||||
%end
|
%end
|
||||||
icon"></i></td>
|
icon"></i></td>
|
||||||
<td>{{line[2]}}</td>
|
<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>
|
%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>
|
</tr>
|
||||||
%end
|
%end
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|
Loading…
Reference in a new issue