From 657b97f190bbcf7fe6b0b4fa45e7c3829768f04a Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Thu, 22 Sep 2022 09:09:31 +0200 Subject: [PATCH] ui: fix destination view --- .../destinations/[id]/_LocalDocker.svelte | 8 +++----- .../destinations/[id]/_RemoteDocker.svelte | 19 ++++++++++--------- .../routes/destinations/[id]/__layout.svelte | 8 ++++++-- .../[id]/configuration/sshkey.svelte | 3 --- 4 files changed, 19 insertions(+), 19 deletions(-) diff --git a/apps/ui/src/routes/destinations/[id]/_LocalDocker.svelte b/apps/ui/src/routes/destinations/[id]/_LocalDocker.svelte index 5251624c8..208593bab 100644 --- a/apps/ui/src/routes/destinations/[id]/_LocalDocker.svelte +++ b/apps/ui/src/routes/destinations/[id]/_LocalDocker.svelte @@ -160,7 +160,7 @@ >
- + - + - +
- +
- +
- +
- +
- +
- +
@@ -267,7 +268,7 @@ bind:setting={destination.isCoolifyProxyUsed} on:click={changeProxySetting} title={$t('destination.use_coolify_proxy')} - description={`This will install a proxy on the destination to allow you to access your applications and services without any manual configuration.${ + description={`Install & configure a proxy (based on Traefik) on the destination to allow you to access your applications and services without any manual configuration.${ cannotDisable ? 'You cannot disable this proxy as FQDN is configured for Coolify.' : '' diff --git a/apps/ui/src/routes/destinations/[id]/__layout.svelte b/apps/ui/src/routes/destinations/[id]/__layout.svelte index 735265a5d..475dbc342 100644 --- a/apps/ui/src/routes/destinations/[id]/__layout.svelte +++ b/apps/ui/src/routes/destinations/[id]/__layout.svelte @@ -90,8 +90,12 @@ {#if $page.params.id !== 'new'}