From aef6cd1028d105a6aa358c7002fc9c2f928e0983 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Mon, 25 Jul 2022 21:07:34 +0000 Subject: [PATCH] explanation --- .../destinations/[id]/_NewRemoteDocker.svelte | 21 +++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/apps/ui/src/routes/destinations/[id]/_NewRemoteDocker.svelte b/apps/ui/src/routes/destinations/[id]/_NewRemoteDocker.svelte index f559bf61f..26d51ea29 100644 --- a/apps/ui/src/routes/destinations/[id]/_NewRemoteDocker.svelte +++ b/apps/ui/src/routes/destinations/[id]/_NewRemoteDocker.svelte @@ -5,6 +5,7 @@ import { post } from '$lib/api'; import { errorNotification } from '$lib/common'; + import Explainer from '$lib/components/Explainer.svelte'; import Setting from '$lib/components/Setting.svelte'; import { t } from '$lib/translations'; @@ -27,6 +28,12 @@ } +
+ +
@@ -62,12 +69,22 @@
- +
- +