diff --git a/apps/ui/src/routes/applications/[id]/__layout.svelte b/apps/ui/src/routes/applications/[id]/__layout.svelte index 94977e5e0..a9bb458c2 100644 --- a/apps/ui/src/routes/applications/[id]/__layout.svelte +++ b/apps/ui/src/routes/applications/[id]/__layout.svelte @@ -460,7 +460,7 @@ {/if} {#if $location && $status.application.overallStatus === 'healthy'} - {#if preview.customDomain} - + {#if application?.fqdn} - + {#if application?.fqdn} - +
{#if service?.fqdn} - +
{#if service?.fqdn} - +
{#each filteredServices as service} + {#key service.name}
handleSubmit(service)}>
+ {/key} {/each}
diff --git a/apps/ui/src/routes/sources/[id]/_Gitlab.svelte b/apps/ui/src/routes/sources/[id]/_Gitlab.svelte index cf645ce4d..6f724ead2 100644 --- a/apps/ui/src/routes/sources/[id]/_Gitlab.svelte +++ b/apps/ui/src/routes/sources/[id]/_Gitlab.svelte @@ -169,7 +169,7 @@ Documentation and detailed instructions.