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

chore: cleans up logging context (#3136)

This commit is contained in:
Amir Raminfar
2024-07-22 13:57:27 -07:00
committed by GitHub
parent 989a650f12
commit d2015fdebd
11 changed files with 32 additions and 47 deletions

View File

@@ -10,10 +10,9 @@
<MultiContainerStat class="ml-auto" :containers="containers" />
</div>
</template>
<template #default="{ setLoading }">
<template #default>
<ViewerWithSource
ref="viewer"
@loading-more="setLoading($event)"
:stream-source="useMergedStream"
:entity="containers"
:visible-keys="visibleKeys"