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

chore: minor fix on padding and regression

This commit is contained in:
Amir Raminfar
2024-05-23 18:27:42 -07:00
parent aed171cb6b
commit 2e774481c1
2 changed files with 2 additions and 2 deletions

View File

@@ -128,7 +128,7 @@ const menuItems = computed(() => {
const singular = [];
for (const item of sortedContainers.value) {
const namespace = item.group;
const namespace = item.namespace;
if (debouncedPinnedContainers.value.has(item.name)) {
pinned.push(item);
} else if (namespace) {