-
+
-
{{ container.hostLabel }}
-
{{ container.name }}
-
-
-
-
- -
-
-
-
{{ other.swarmId }}
- {{ other.name }}
- running
-
-
-
-
+
+
+
+
+ -
+
+
+
{{ other.swarmId }}
+ {{ other.name }}
+ running
+
+
+
+
+
-
+
{{ container.image.replace(/@sha.*/, "") }}
@@ -66,34 +67,6 @@ const otherContainers = computed(() =>
.filter((c) => c.name === container.name && c.id !== container.id)
.sort((a, b) => +b.created - +a.created),
);
-const wrapper = useTemplateRef("wrapper");
-
-onMounted(async () => {
- if (!("anchorName" in document.documentElement.style)) {
- // @ts-ignore
- const module = await import("@oddbird/css-anchor-positioning/fn");
- // @ts-ignore
- await module.default([wrapper.value]);
- }
-});
-
+
diff --git a/assets/components/GroupedViewer/GroupedLog.vue b/assets/components/GroupedViewer/GroupedLog.vue
index 0005509d..8ab62bf0 100644
--- a/assets/components/GroupedViewer/GroupedLog.vue
+++ b/assets/components/GroupedViewer/GroupedLog.vue
@@ -2,11 +2,9 @@
-
-
-
{{ $t("label.container", group.containers.length) }}
-
-
+
+ {{ $t("label.container", group.containers.length) }}
+
diff --git a/assets/components/MultiContainerViewer/MultiContainerLog.vue b/assets/components/MultiContainerViewer/MultiContainerLog.vue
index e4eca078..cd64c2b2 100644
--- a/assets/components/MultiContainerViewer/MultiContainerLog.vue
+++ b/assets/components/MultiContainerViewer/MultiContainerLog.vue
@@ -2,12 +2,8 @@
-
-
-
-
{{ containers.length }} containers
-
-
+
+
{{ $t("label.container", containers.length) }}
diff --git a/assets/components/ServiceViewer/ServiceLog.vue b/assets/components/ServiceViewer/ServiceLog.vue
index 78ec8c17..c5a41362 100644
--- a/assets/components/ServiceViewer/ServiceLog.vue
+++ b/assets/components/ServiceViewer/ServiceLog.vue
@@ -2,15 +2,8 @@
-
-
-
-
- {{ $t("label.container", service.containers.length) }}
-
-
+
+
{{ service.name }}
diff --git a/assets/components/StackViewer/StackLog.vue b/assets/components/StackViewer/StackLog.vue
index 1078cc17..7f2a8700 100644
--- a/assets/components/StackViewer/StackLog.vue
+++ b/assets/components/StackViewer/StackLog.vue
@@ -2,17 +2,12 @@
-
+
-
-
+ {{ stack.name }}
+
{{ $t("label.container", stack.containers.length) }}
-
-
- {{ $t("label.service", stack.services.length) }}
-
+