From 91bb323e847e45734ef3db3e52aa7b41d439264f Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Fri, 26 Aug 2022 13:22:43 +0200 Subject: [PATCH] ui fixes --- .../components/svg/services/Appwrite.svelte | 2 +- .../lib/components/svg/services/Fider.svelte | 2 +- .../components/svg/services/GlitchTip.svelte | 2 +- apps/ui/src/routes/index.svelte | 47 ++++++++++--------- 4 files changed, 29 insertions(+), 24 deletions(-) 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}