From 3301970b75b4cd63a4b9e60eabc135e5deea5c3e Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Sun, 27 Nov 2022 01:17:07 +0100 Subject: [PATCH] allow admins to override the c_ prefix --- frontend/src/routes/index.svelte | 2 +- frontend/src/routes/resources.svelte | 32 ++++++++++++++++++++++------ 2 files changed, 26 insertions(+), 8 deletions(-) diff --git a/frontend/src/routes/index.svelte b/frontend/src/routes/index.svelte index 4971198de9..d73263dd76 100644 --- a/frontend/src/routes/index.svelte +++ b/frontend/src/routes/index.svelte @@ -62,7 +62,7 @@ The demo workspace shared in which all users get invited. {:else if $workspaceStore == 'starter'} - The starter workspace has all its elements (variables, resources, scripts, flows) shared across all other workspaces. Useful to seed workspace with common elements within your organization. @@ -168,14 +172,28 @@