mirror of
https://github.com/amir20/dozzle.git
synced 2025-12-24 06:28:42 +01:00
fix: fixes menu bug when merging logs (#2978)
This commit is contained in:
@@ -30,7 +30,11 @@
|
||||
{{ label.startsWith("label.") ? $t(label) : label }}
|
||||
|
||||
<router-link
|
||||
:to="{ name: 'merged', query: { id: containers.map(({ id }) => id) } }"
|
||||
:to="{
|
||||
name: 'merged-name',
|
||||
query: { id: containers.map(({ id }) => id) },
|
||||
params: { name: label.replace('label.', '') },
|
||||
}"
|
||||
class="btn btn-square btn-outline btn-primary btn-xs"
|
||||
active-class="btn-active"
|
||||
title="Merge all containers into one view"
|
||||
|
||||
Reference in New Issue
Block a user