mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-05-01 11:19:32 -05:00
Revert "Reverse log order"
This reverts commit 2e21fbf61991a66be247f73fa2051d7f02206724.
This commit is contained in:
parent
5839a84038
commit
2bbcf600da
@ -14,5 +14,5 @@
|
||||
<div class="bg-dark p-3 text-light text-monospace log-container">
|
||||
<p
|
||||
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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user