diff --git a/src/routes/applications/index.svelte b/src/routes/applications/index.svelte index a14e6fd5c..1eed20ad9 100644 --- a/src/routes/applications/index.svelte +++ b/src/routes/applications/index.svelte @@ -60,7 +60,7 @@ {/if} -
+
{#if !applications || ownApplications.length === 0}
{$t('application.no_applications_found')}
diff --git a/src/routes/databases/index.svelte b/src/routes/databases/index.svelte index 94520ba0d..7939910ae 100644 --- a/src/routes/databases/index.svelte +++ b/src/routes/databases/index.svelte @@ -47,7 +47,7 @@
-
+
{#if !databases || ownDatabases.length === 0}
{$t('database.no_databases_found')}
diff --git a/src/routes/destinations/index.svelte b/src/routes/destinations/index.svelte index 2254cfe5e..1313cb1b6 100644 --- a/src/routes/destinations/index.svelte +++ b/src/routes/destinations/index.svelte @@ -58,7 +58,7 @@ {/if}
-
+
{#if !destinations || ownDestinations.length === 0}
{$t('destination.no_destination_found')}
diff --git a/src/routes/services/index.svelte b/src/routes/services/index.svelte index 06a7ce2cc..32c7e14ea 100644 --- a/src/routes/services/index.svelte +++ b/src/routes/services/index.svelte @@ -55,7 +55,7 @@
-
+
{#if !services || ownServices.length === 0}
{$t('service.no_service')}
diff --git a/src/routes/sources/index.svelte b/src/routes/sources/index.svelte index b9c617b06..8d85a89db 100644 --- a/src/routes/sources/index.svelte +++ b/src/routes/sources/index.svelte @@ -62,7 +62,7 @@ {/if}
-
+
{#if !sources || ownSources.length === 0}
{$t('source.no_git_sources_found')}