mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-13 18:17:02 +01:00
Automatically scroll log ouput
This commit is contained in:
parent
a94a81d839
commit
b9d0954924
2 changed files with 18 additions and 3 deletions
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
<div [ngbNavOutlet]="nav" class="mt-2"></div>
|
||||
|
||||
<div class="bg-dark p-3 text-light text-monospace log-container">
|
||||
<div class="bg-dark p-3 text-light text-monospace log-container" #logContainer>
|
||||
<p
|
||||
class="m-0 p-0 log-entry-{{getLogLevel(log)}}"
|
||||
*ngFor="let log of logs">{{log}}</p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue