fix log viewer for empty logs

This commit is contained in:
jonaswinkler
2021-02-06 18:51:31 +01:00
parent dfb80f1540
commit 252346aa7a
2 changed files with 3 additions and 3 deletions

View File

@@ -11,7 +11,7 @@
<div [ngbNavOutlet]="nav" class="mt-2"></div>
<div #logContainer class="bg-dark p-3 mb-3 text-light text-monospace log-container">
<div class="bg-dark p-3 mb-3 text-light text-monospace log-container">
<p
class="m-0 p-0 log-entry-{{getLogLevel(log)}}"
*ngFor="let log of logs" style="white-space: pre;">{{log}}</p>