From 9c47b8495cd3ea4652a50cc454e039414e2b3c38 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Thu, 7 Apr 2022 15:40:32 +0200 Subject: [PATCH] ui: fix --- src/routes/applications/index.svelte | 4 ++-- src/routes/databases/index.svelte | 4 ++-- src/routes/destinations/index.svelte | 6 +++--- src/routes/services/index.svelte | 4 ++-- src/routes/sources/index.svelte | 4 ++-- src/routes/teams/index.svelte | 4 ++-- 6 files changed, 13 insertions(+), 13 deletions(-) diff --git a/src/routes/applications/index.svelte b/src/routes/applications/index.svelte index 049bded43..3c902a125 100644 --- a/src/routes/applications/index.svelte +++ b/src/routes/applications/index.svelte @@ -50,14 +50,14 @@ {#if $session.teamId === '0'}
Your Team's Applications
{/if} -
+
{#each ownApplications as application} {/each}
{#if otherApplications.length > 0 && $session.teamId === '0'}
Other Team's Applications
-
+
{#each otherApplications as application} {/each} diff --git a/src/routes/databases/index.svelte b/src/routes/databases/index.svelte index 26fc89d9c..1e97b5fda 100644 --- a/src/routes/databases/index.svelte +++ b/src/routes/databases/index.svelte @@ -55,7 +55,7 @@ {#if $session.teamId === '0'}
Your Team's Databases
{/if} -
+
{#each ownDatabases as database}
@@ -91,7 +91,7 @@
{#if otherDatabases.length > 0 && $session.teamId === '0'}
Other Team's Databases
-