From 08d489b674267caf27d143c3d73bbfddf066bcb3 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Thu, 1 Dec 2022 23:40:38 +0100 Subject: [PATCH] add expanded logs drawer --- frontend/src/lib/components/LogViewer.svelte | 23 +++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/frontend/src/lib/components/LogViewer.svelte b/frontend/src/lib/components/LogViewer.svelte index fe8186e052..32a0ca9974 100644 --- a/frontend/src/lib/components/LogViewer.svelte +++ b/frontend/src/lib/components/LogViewer.svelte @@ -1,4 +1,6 @@ + + +
+
{#if content}{content}{:else if isLoading}Waiting for job to start...{:else}No logs are available yet{/if}
+
+
+
+
-
- Auto scroll - +
+ +
+ Auto scroll + +