1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-21 13:23:07 +01:00

fix: bug when a new container in service mode is created (#2982)

This commit is contained in:
Amir Raminfar
2024-05-24 13:04:50 -07:00
committed by GitHub
parent a089b394e0
commit c268fa4e8b
5 changed files with 62 additions and 97 deletions

View File

@@ -52,7 +52,7 @@
:title="item.name"
>
<div class="truncate">
{{ item.name }}<span class="font-light opacity-70" v-if="item.isSwarm">{{ item.swarmId }}</span>
{{ item.name }}<span class="font-light opacity-70" v-if="item.isSwarm">.{{ item.swarmId }}</span>
</div>
<ContainerHealth :health="item.health" />
<span