mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-09 00:05:21 +01:00
parent
46be3924e4
commit
a94a81d839
1 changed files with 1 additions and 1 deletions
|
|
@ -14,5 +14,5 @@
|
||||||
<div class="bg-dark p-3 text-light text-monospace log-container">
|
<div class="bg-dark p-3 text-light text-monospace log-container">
|
||||||
<p
|
<p
|
||||||
class="m-0 p-0 log-entry-{{getLogLevel(log)}}"
|
class="m-0 p-0 log-entry-{{getLogLevel(log)}}"
|
||||||
*ngFor="let log of logs.reverse()">{{log}}</p>
|
*ngFor="let log of logs">{{log}}</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue