From eb2e07afc557384aea2dcd98c64e7b62610bcf42 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Thu, 7 Apr 2022 15:50:57 +0200 Subject: [PATCH] ui: fixes --- src/routes/applications/index.svelte | 8 ++++---- src/routes/databases/index.svelte | 10 +++++----- src/routes/destinations/index.svelte | 8 ++++---- src/routes/services/index.svelte | 8 ++++---- src/routes/sources/index.svelte | 8 ++++---- src/routes/teams/index.svelte | 8 ++++---- 6 files changed, 25 insertions(+), 25 deletions(-) diff --git a/src/routes/applications/index.svelte b/src/routes/applications/index.svelte index 3c902a125..6ced3899b 100644 --- a/src/routes/applications/index.svelte +++ b/src/routes/applications/index.svelte @@ -48,16 +48,16 @@ {:else}
{#if $session.teamId === '0'} -
Your Team's Applications
+
Your Team's Applications
{/if} -
+
{#each ownApplications as application} {/each}
{#if otherApplications.length > 0 && $session.teamId === '0'} -
Other Team's Applications
-
+
Other Team's Applications
+
{#each otherApplications as application} {/each} diff --git a/src/routes/databases/index.svelte b/src/routes/databases/index.svelte index 1e97b5fda..a15572b45 100644 --- a/src/routes/databases/index.svelte +++ b/src/routes/databases/index.svelte @@ -51,11 +51,11 @@
No databases found
{:else} -
+
{#if $session.teamId === '0'} -
Your Team's Databases
+
Your Team's Databases
{/if} -
+
{#each ownDatabases as database}
@@ -90,8 +90,8 @@ {/each}
{#if otherDatabases.length > 0 && $session.teamId === '0'} -
Other Team's Databases
-
+
Other Team's Databases
+
{#each otherDatabases as database}
diff --git a/src/routes/destinations/index.svelte b/src/routes/destinations/index.svelte index 0ee85e7da..66e324472 100644 --- a/src/routes/destinations/index.svelte +++ b/src/routes/destinations/index.svelte @@ -64,9 +64,9 @@ {:else}