diff --git a/apps/ui/src/routes/index.svelte b/apps/ui/src/routes/index.svelte
index 190d05b89..bb9549787 100644
--- a/apps/ui/src/routes/index.svelte
+++ b/apps/ui/src/routes/index.svelte
@@ -888,6 +888,88 @@
>
{#if filtered.services.length > 0}
{#each filtered.services as service}
+ {#key service.id}
+
+ {service.name}
+ {service?.fqdn.replace('https://', '').replace('http://', '')}
+ {:else}
+ URL not configured
+ {/if}
+ {#if service.destinationDocker?.name}
+