feat: monitoring by container

This commit is contained in:
Andras Bacsai
2022-10-12 11:42:45 +02:00
parent 3ee3ab0ad1
commit 24e7f547fa
4 changed files with 104 additions and 23 deletions

View File

@@ -125,7 +125,7 @@
`${application.id}${service.name ? `-${service.name}` : ''}`}
class="w-full rounded p-5 hover:bg-primary font-bold"
>
Container: {application.id}{service.name ? `-${service.name}` : ''}</button
{application.id}{service.name ? `-${service.name}` : ''}</button
>
{/each}
</div>