From 61716738ed53c35c5915c33fe0e42a85fbe37d3d Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Thu, 7 Apr 2022 19:17:03 +0200 Subject: [PATCH] ui: fix --- src/routes/applications/index.svelte | 2 +- src/routes/databases/index.svelte | 6 +++--- src/routes/destinations/index.svelte | 6 +++--- src/routes/services/index.svelte | 8 ++++---- src/routes/sources/index.svelte | 8 ++++---- src/routes/teams/index.svelte | 2 +- 6 files changed, 16 insertions(+), 16 deletions(-) diff --git a/src/routes/applications/index.svelte b/src/routes/applications/index.svelte index 801aba8c5..ad8e43c69 100644 --- a/src/routes/applications/index.svelte +++ b/src/routes/applications/index.svelte @@ -56,7 +56,7 @@ {/each} {#if otherApplications.length > 0 && $session.teamId === '0'} -
Other Team's
+
Others
{#each otherApplications as application} diff --git a/src/routes/databases/index.svelte b/src/routes/databases/index.svelte index 488dd5bba..5e271bcfe 100644 --- a/src/routes/databases/index.svelte +++ b/src/routes/databases/index.svelte @@ -76,7 +76,7 @@ {database.name}
{#if $session.teamId === '0'} -
Team {database.teams[0].name}
+
{database.teams[0].name}
{/if} {#if !database.type}
@@ -90,7 +90,7 @@ {/each}
{#if otherDatabases.length > 0 && $session.teamId === '0'} -
Other Team's
+
Others
{#each otherDatabases as database} @@ -112,7 +112,7 @@ {database.name}
{#if $session.teamId === '0'} -
Team {database.teams[0].name}
+
{database.teams[0].name}
{/if} {#if !database.type}
diff --git a/src/routes/destinations/index.svelte b/src/routes/destinations/index.svelte index 782958aa5..34a9faefb 100644 --- a/src/routes/destinations/index.svelte +++ b/src/routes/destinations/index.svelte @@ -72,7 +72,7 @@
{destination.name}
{#if $session.teamId === '0'} -
Team {destination.teams[0].name}
+
{destination.teams[0].name}
{/if}
{destination.network}
@@ -81,14 +81,14 @@
{#if otherDestinations.length > 0 && $session.teamId === '0'} -
Other Team's
+
Others
{#each otherDestinations as destination}
{destination.name}
{#if $session.teamId === '0'} -
Team {destination.teams[0].name}
+
{destination.teams[0].name}
{/if}
{destination.network}
diff --git a/src/routes/services/index.svelte b/src/routes/services/index.svelte index bee9b08f1..293c51087 100644 --- a/src/routes/services/index.svelte +++ b/src/routes/services/index.svelte @@ -58,7 +58,7 @@ {:else}
{#if $session.teamId === '0' && ownServices.length > 0 && otherServices.length > 0} -
Current Team
+
Current Team
{/if}
{#each ownServices as service} @@ -91,7 +91,7 @@ {service.name}
{#if $session.teamId === '0'} -
Team {service.teams[0].name}
+
{service.teams[0].name}
{/if} {#if !service.type || !service.fqdn}
@@ -105,7 +105,7 @@ {/each}
{#if otherServices.length > 0 && $session.teamId === '0'} -
Other Team's
+
Others
{#if $session.teamId === '0'} -
Team {service.teams[0].name}
+
{service.teams[0].name}
{/if} {#if !service.type || !service.fqdn}