From a77db667ab2cc7ac4863d96897ea8a84df365ca6 Mon Sep 17 00:00:00 2001 From: Amir Raminfar Date: Fri, 25 Aug 2023 14:21:20 -0700 Subject: [PATCH] fix: quick fix to improve the slash with single host --- assets/components/LogViewer/ContainerTitle.vue | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/assets/components/LogViewer/ContainerTitle.vue b/assets/components/LogViewer/ContainerTitle.vue index 22e0d54d..96c5c38e 100644 --- a/assets/components/LogViewer/ContainerTitle.vue +++ b/assets/components/LogViewer/ContainerTitle.vue @@ -3,11 +3,10 @@
- {{ - container.hostLabel - }}/{{ container.name }}{{ container.swarmId }} + {{ container.hostLabel }}/{{ container.name }}{{ container.swarmId }}
{{ container.image.replace(/@sha.*/, "") }}