fix: gitpod urls

This commit is contained in:
Andras Bacsai
2022-07-15 08:00:32 +00:00
parent 0904d1ff9c
commit 047df77195
8 changed files with 78 additions and 387 deletions

View File

@@ -140,7 +140,7 @@
{#if application.fqdn}
<div class="truncate text-center">{getDomain(application.fqdn) || ''}</div>
{/if}
{#if !application.gitSourceId}
{#if !application.gitSourceId || !application.repository || !application.branch}
<div class="truncate text-center font-bold text-red-500 group-hover:text-white">
Git Source Missing
</div>