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

feat: finds same name containers and shows option redirect to new containers (#2390)

This commit is contained in:
Amir Raminfar
2023-09-24 15:22:27 -07:00
committed by GitHub
parent c233549b4b
commit 072a6c09bb
11 changed files with 63 additions and 27 deletions

View File

@@ -142,7 +142,7 @@ const activeContainersById = computed(() =>
</script>
<style scoped lang="postcss">
.menu {
@apply text-[0.95em];
@apply text-[0.95rem];
}
.containers a {
@apply auto-cols-[auto_max-content];