mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-23 16:00:38 +00:00
update default tab for hub
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
? (window.location.hash?.replace('#', '') as Tab)
|
||||
: 'workspace'
|
||||
|
||||
let subtab: 'flows' | 'scripts' | 'apps' = 'flows'
|
||||
let subtab: 'flows' | 'scripts' | 'apps' = 'apps'
|
||||
|
||||
let filter: string = ''
|
||||
|
||||
@@ -208,12 +208,12 @@
|
||||
</div>
|
||||
</Tab>
|
||||
{#if HOME_SHOW_HUB}
|
||||
<Tab size="md" value="hub">
|
||||
<div class="flex gap-2 items-center my-1">
|
||||
<Globe2 size={18} />
|
||||
Hub
|
||||
</div>
|
||||
</Tab>
|
||||
<Tab size="md" value="hub">
|
||||
<div class="flex gap-2 items-center my-1">
|
||||
<Globe2 size={18} />
|
||||
Hub
|
||||
</div>
|
||||
</Tab>
|
||||
{/if}
|
||||
</Tabs>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user