From f047f89ad520d6b55bba68dcaa82118a928ab68a Mon Sep 17 00:00:00 2001 From: Christoph Kluge Date: Wed, 2 Oct 2024 14:48:21 +0200 Subject: [PATCH] fix column count and add margins --- web/frontend/src/Node.root.svelte | 6 +++--- web/frontend/src/Systems.root.svelte | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/web/frontend/src/Node.root.svelte b/web/frontend/src/Node.root.svelte index 4ea5491..7dba330 100644 --- a/web/frontend/src/Node.root.svelte +++ b/web/frontend/src/Node.root.svelte @@ -130,7 +130,7 @@ $: loadUnits($initialized) - + {#if $initq.error} {$initq.error.message} {:else if $initq.fetching} @@ -149,7 +149,7 @@ - + {#if $nodeJobsData.fetching} {:else if $nodeJobsData.data} @@ -168,7 +168,7 @@ {/if} - + { const diff = Date.now() - to; diff --git a/web/frontend/src/Systems.root.svelte b/web/frontend/src/Systems.root.svelte index 8ff1aef..8894fd9 100644 --- a/web/frontend/src/Systems.root.svelte +++ b/web/frontend/src/Systems.root.svelte @@ -111,7 +111,7 @@ - + {#if $initq.error} {$initq.error.message} {:else if $initq.fetching} @@ -134,7 +134,7 @@ - + Metric @@ -148,7 +148,7 @@ - + { const diff = Date.now() - to;