fix: bots without exposed ports

This commit is contained in:
Andras Bacsai
2022-08-18 19:27:38 +00:00
parent 51e27146f3
commit 8dd80589d6
3 changed files with 4 additions and 4 deletions

View File

@@ -178,9 +178,10 @@
<polyline points="15 4 20 4 20 9" />
</svg></a
>
<div class="border border-coolgray-500 h-8" />
{/if}
<div class="border border-coolgray-500 h-8" />
{#if $status.application.isExited}
<a
href={!$disabledButton ? `/applications/${id}/logs` : null}