diff --git a/apps/ui/src/routes/index.svelte b/apps/ui/src/routes/index.svelte index a4b600309..1a8734f9b 100644 --- a/apps/ui/src/routes/index.svelte +++ b/apps/ui/src/routes/index.svelte @@ -107,7 +107,7 @@
{#if application?.fqdn} -

{application?.fqdn.replace('https://','').replace('http://','')}

+

{application?.fqdn.replace('https://', '').replace('http://', '')}

{:else if !application.settings.isBot && !application?.fqdn}

Not configured

{/if} @@ -187,7 +187,7 @@

{service.name}

{#if service?.fqdn} -

{service?.fqdn.replace('https://','').replace('http://','')}

+

{service?.fqdn.replace('https://', '').replace('http://', '')}

{:else}

Not configured

{/if} @@ -245,7 +245,11 @@

{database.name}

+ {#if database?.version}

{database?.version}

+ {:else} +

Not configured

+ {/if}