mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Revert "Side effecting"
This reverts commit 316a2469b82bc9311e9a56a0b30717a045e63584.
This commit is contained in:
parent
316a2469b8
commit
46be3924e4
@ -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.slice().reverse()">{{log}}</p>
|
||||
*ngFor="let log of logs.reverse()">{{log}}</p>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user