+
+
+
-
+
-
+
diff --git a/frontend/src/lib/components/home/ItemsList.svelte b/frontend/src/lib/components/home/ItemsList.svelte
index 8f46ded01f..71d61fd890 100644
--- a/frontend/src/lib/components/home/ItemsList.svelte
+++ b/frontend/src/lib/components/home/ItemsList.svelte
@@ -362,7 +362,7 @@
-
{@render children?.()}
{
// Check if there's a tutorial parameter in the URL
@@ -259,105 +263,110 @@
-
-
- {#if $workspaceStore == 'admins'}
-
+
+
+
-{/if}
-
+ {#if $workspaceStore == 'admins'}
+
-
- The Admins workspace is for admins only and contains scripts whose purpose is to manage your
- Windmill instance, such as keeping resource types up to date.
-
- {/if}
-
- {#if !$userStore?.operator}
- Create a
-
- {#if HOME_SHOW_CREATE_FLOW} {/if}
- {#if HOME_SHOW_CREATE_APP} {/if}
+
+ The Admins workspace is for admins only and contains scripts whose purpose is to manage your
+ Windmill instance, such as keeping resource types up to date.
+
{/if}
-
+
+ {#if !$userStore?.operator}
+ Create a
+
+ {#if HOME_SHOW_CREATE_FLOW} {/if}
+ {#if HOME_SHOW_CREATE_APP} {/if}
+ {/if}
+
-
+
- {#if !$userStore?.operator}
-
- {/if}
- {#if tab == 'hub'}
-
{/if}
-{#if tab == 'workspace'}
-
-
+
+ {#if tab == 'workspace'}
+
- {#snippet toggleKinds()}
- {
- setQuery($page.url, 'kind', v, window.location.hash)
- }}
- noWFull
- >
- {#snippet children({ item })}
-
-
-
- {/snippet}
-
-
- {/snippet}
-
- {#if subtab == 'script'}
- viewCode(e.detail)}>
- {#snippet children()}
- {@render toggleKinds?.()}
- {/snippet}
-
- {:else if subtab == 'flow'}
- viewFlow(e.detail)}>
- {#snippet children()}
- {@render toggleKinds?.()}
- {/snippet}
-
- {:else if subtab == 'app'}
- viewApp(e.detail)}>
- {#snippet children()}
- {@render toggleKinds?.()}
- {/snippet}
-
- {/if}
+ {#if !$userStore?.operator}
+
-
+ {/if}
+ {#if tab == 'hub'}
+
+
+ {/if}
+
+ {#snippet toggleKinds()}
+ {
+ setQuery($page.url, 'kind', v, window.location.hash)
+ }}
+ noWFull
+ >
+ {#snippet children({ item })}
+
+
+
+ {/snippet}
+
+
+ {/snippet}
+
+ {#if subtab == 'script'}
+ viewCode(e.detail)}>
+ {#snippet children()}
+ {@render toggleKinds?.()}
+ {/snippet}
+
+ {:else if subtab == 'flow'}
+ viewFlow(e.detail)}>
+ {#snippet children()}
+ {@render toggleKinds?.()}
+ {/snippet}
+
+ {:else if subtab == 'app'}
+ viewApp(e.detail)}>
+ {#snippet children()}
+ {@render toggleKinds?.()}
+ {/snippet}
+
+ {/if}
+
+