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

feat: adds a new drop down to jump to same name containers (#3510)

This commit is contained in:
Amir Raminfar
2025-01-06 12:57:20 -08:00
committed by GitHub
parent 756b212826
commit 917c837e90
7 changed files with 132 additions and 17 deletions

View File

@@ -83,7 +83,7 @@
class="group auto-cols-[auto_max-content_max-content]"
>
<div class="truncate">
{{ item.name }}<span class="font-light opacity-70" v-if="item.isSwarm">.{{ item.swarmId }}</span>
{{ item.name }}
</div>
<ContainerHealth :health="item.health" />
<span