mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-17 12:33:06 +00:00
fix: Ton of updates for users/teams
This commit is contained in:
@@ -61,9 +61,6 @@
|
||||
</div>
|
||||
{:else}
|
||||
<div class="flex flex-col">
|
||||
{#if $session.teamId === '0' && ownSources.length > 0 && otherSources.length > 0}
|
||||
<div class="text-xl font-bold pb-5 px-6">Current Team</div>
|
||||
{/if}
|
||||
<div class="flex flex-col md:flex-row flex-wrap px-2 justify-center">
|
||||
{#each ownSources as source}
|
||||
<a href="/sources/{source.id}" class="no-underline p-2 w-96">
|
||||
@@ -90,7 +87,7 @@
|
||||
</div>
|
||||
|
||||
{#if otherSources.length > 0 && $session.teamId === '0'}
|
||||
<div class="text-xl font-bold pb-5 pt-10 px-6">Others</div>
|
||||
<div class="text-xl font-bold pb-5 pt-10 px-6">Other Srouces</div>
|
||||
<div class="flex flex-col md:flex-row flex-wrap px-2 justify-center">
|
||||
{#each otherSources as source}
|
||||
<a href="/sources/{source.id}" class="no-underline p-2 w-96">
|
||||
|
||||
Reference in New Issue
Block a user