1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-24 06:28:42 +01:00

fix: uses better colors for different container names (#2979)

This commit is contained in:
Amir Raminfar
2024-05-23 14:46:57 -07:00
committed by GitHub
parent 6acb7126f5
commit 4c7f281257
4 changed files with 11 additions and 36 deletions

View File

@@ -48,7 +48,5 @@ const visibleKeys = persistentVisibleKeysForContainer(container);
const viewer = ref<ComponentExposed<typeof ViewerWithSource>>();
provideContainerContext(container); // TODO remove
provideLoggingContext(toRef(() => [container.value]));
</script>