Select a Git Source
{#if !filteredSources || ownSources.length === 0}
No configurable Git Source found
{:else}
{#each ownSources as source}
handleSubmit(source.id)}>
{source.name}
{#if source.gitlabApp && !source.gitlabAppId}
Configuration missing
{/if}
{/each}
{#if otherSources.length > 0 && $session.teamId === '0'}
Other Sources
{/if}
{#each otherSources as source}
handleSubmit(source.id)}>
{source.name}
{#if source.gitlabApp && !source.gitlabAppId}
Configuration missing
{/if}
{/each}
{/if}