{#if !filteredSources}
Git App
{$t('application.configuration.no_configurable_git')}
{/if} {#if ownSources.length > 0 || otherSources.length > 0}
Integrated with Git App
{/if} {#if ownSources.length > 0 || otherSources.length > 0}
{#each ownSources as source}
{#if source?.type === 'gitlab'} {:else if source?.type === 'github'} {/if}
handleSubmit(source.id)}>
{/each}
{#if otherSources.length > 0 && $appSession.teamId === '0'}
Other Sources
{/if}
{#each otherSources as source}
handleSubmit(source.id)}>
{/each}
{/if}
Public Repository from Git
Simple Dockerfile