fix: autoUpdater & cleanupStorage jobs

This commit is contained in:
Andras Bacsai
2022-08-17 11:03:44 +02:00
parent 727133e28b
commit 028f883499
5 changed files with 25 additions and 7 deletions

View File

@@ -87,6 +87,9 @@
{#if application.fqdn}
<div class="truncate text-center">{getDomain(application.fqdn) || ''}</div>
{/if}
{#if application.settings.isBot}
<div class="truncate text-center">BOT</div>
{/if}
{#if application.destinationDocker?.name}
<div class="truncate text-center">{application.destinationDocker.name}</div>
{/if}