From 034e86e2cb82a8dcb990029a736555fa3ca7a0b2 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Tue, 20 Sep 2022 13:07:49 +0200 Subject: [PATCH] ui: small logs on mobile --- apps/ui/src/routes/databases/[id]/logs/index.svelte | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/apps/ui/src/routes/databases/[id]/logs/index.svelte b/apps/ui/src/routes/databases/[id]/logs/index.svelte index 8a946b5ca..662afae36 100644 --- a/apps/ui/src/routes/databases/[id]/logs/index.svelte +++ b/apps/ui/src/routes/databases/[id]/logs/index.svelte @@ -126,22 +126,11 @@ Follow Logs -
+
{#each logs as log}

{log + '\n'}

{/each}
-
{/if}