Application Logs
{#each services as service} {/each}
{#if selectedService}
{#if logs.length === 0} {#if noContainer}
Container not found / exited.
{/if} {:else}
{#if loadLogsInterval} {/if}
{#each logs as log}

{log + '\n'}

{/each}
{/if}
{/if}