From 0becec154fe6f1badd64c616576ceb44f140a0a3 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Tue, 5 Dec 2023 15:17:04 +0100 Subject: [PATCH] nits --- frontend/src/lib/components/AppConnect.svelte | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/frontend/src/lib/components/AppConnect.svelte b/frontend/src/lib/components/AppConnect.svelte index 3eb8d62321..d66460a0e5 100644 --- a/frontend/src/lib/components/AppConnect.svelte +++ b/frontend/src/lib/components/AppConnect.svelte @@ -414,6 +414,14 @@ {/if}

Others

+ + {#if connectsManual && connectsManual?.length < 10} +
+ Resource Types have not been synced with the hub. Go to the admins workspace to sync them + (and add a schedule to do daily). +
+ {/if} +
{#if filteredConnectsManual} {#each filteredConnectsManual as [key, _]}