{#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)}>
{source.name}
{#if source.gitlabApp && !source.gitlabAppId}
Configuration missing
{/if}
{/each}
{#if otherSources.length > 0 && $appSession.teamId === '0'}
Other Sources
{/if}
{#each otherSources as source}
handleSubmit(source.id)}>
{#if source?.type === 'gitlab'}
{:else if source?.type === 'github'}
{/if} {#if source.isSystemWide}
{/if}
{source.name}
{#if source.gitlabApp && !source.gitlabAppId}
{$t('application.configuration.configuration_missing')}
{/if}
{/each}
{/if}
Public Repository from Git
Simple Dockerfile
Deploy Dockerfile