diff --git a/ui/src/components/commands/CommandExecution.svelte b/ui/src/components/commands/CommandExecution.svelte index 0f642a4..d7b2cda 100644 --- a/ui/src/components/commands/CommandExecution.svelte +++ b/ui/src/components/commands/CommandExecution.svelte @@ -23,7 +23,7 @@ } -
+
{#each output as line, i}
{line["message"]}
 
   
diff --git a/ui/src/components/common/CenterCard.svelte b/ui/src/components/common/CenterCard.svelte index dccb238..fb72a49 100644 --- a/ui/src/components/common/CenterCard.svelte +++ b/ui/src/components/common/CenterCard.svelte @@ -1,6 +1,6 @@
-
+
diff --git a/ui/src/components/common/ContentPage.svelte b/ui/src/components/common/ContentPage.svelte index ea87d6d..3c6a7e7 100644 --- a/ui/src/components/common/ContentPage.svelte +++ b/ui/src/components/common/ContentPage.svelte @@ -2,12 +2,12 @@