mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-20 16:02:19 +00:00
nits
This commit is contained in:
@@ -18,7 +18,6 @@
|
||||
export let allowCopy = false
|
||||
export let alwaysOn = false
|
||||
|
||||
$: previousId = pickableProperties?.previousId
|
||||
let variables: Record<string, string> = {}
|
||||
let resources: Record<string, any> = {}
|
||||
let displayVariable = false
|
||||
|
||||
@@ -75,17 +75,19 @@
|
||||
</MenuItem>
|
||||
{/each}
|
||||
</div>
|
||||
<div class="py-1" role="none">
|
||||
<a
|
||||
href="{base}/user/create_workspace"
|
||||
class="text-primary px-4 py-2 text-xs hover:bg-surface-hover hover:text-primary flex flex-flow gap-2"
|
||||
role="menuitem"
|
||||
tabindex="-1"
|
||||
>
|
||||
<Plus size={16} />
|
||||
Workspace
|
||||
</a>
|
||||
</div>
|
||||
{#if isCloudHosted() || $superadmin}
|
||||
<div class="py-1" role="none">
|
||||
<a
|
||||
href="{base}/user/create_workspace"
|
||||
class="text-primary px-4 py-2 text-xs hover:bg-surface-hover hover:text-primary flex flex-flow gap-2"
|
||||
role="menuitem"
|
||||
tabindex="-1"
|
||||
>
|
||||
<Plus size={16} />
|
||||
Workspace
|
||||
</a>
|
||||
</div>
|
||||
{/if}
|
||||
<div class="py-1" role="none">
|
||||
<a
|
||||
href="{base}/user/workspaces"
|
||||
@@ -96,7 +98,7 @@
|
||||
role="menuitem"
|
||||
tabindex="-1"
|
||||
>
|
||||
All workspaces & invites
|
||||
All workspaces
|
||||
</a>
|
||||
</div>
|
||||
{#if $userStore?.is_admin || $superadmin}
|
||||
|
||||
Reference in New Issue
Block a user