diff --git a/apps/ui/src/lib/components/svg/services/Appwrite.svelte b/apps/ui/src/lib/components/svg/services/Appwrite.svelte index fbabd5168..5523a6f09 100644 --- a/apps/ui/src/lib/components/svg/services/Appwrite.svelte +++ b/apps/ui/src/lib/components/svg/services/Appwrite.svelte @@ -4,7 +4,7 @@ diff --git a/apps/ui/src/lib/components/svg/services/Fider.svelte b/apps/ui/src/lib/components/svg/services/Fider.svelte index 6d7ccaba7..e94c94591 100644 --- a/apps/ui/src/lib/components/svg/services/Fider.svelte +++ b/apps/ui/src/lib/components/svg/services/Fider.svelte @@ -5,7 +5,7 @@
{#if application?.fqdn} -

{application?.fqdn}

+

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

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

Not configured

{/if}
{#if application.fqdn} - + {service.name}
{#if service?.fqdn} -

{service?.fqdn}

+

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

{:else}

Not configured

{/if} @@ -244,26 +244,31 @@

{database.name}

+
+

{database?.version}

+
{#if database.settings.isPublic} - - - - - - - - +
+ + + + + + + + +
{/if}