From c7e5615264244a8ddd5d2a2332f5955bdc7d47cd Mon Sep 17 00:00:00 2001 From: Amir Raminfar Date: Sun, 1 Mar 2026 14:58:22 -0800 Subject: [PATCH] feat: bases colors for containers off id instead of name (#4496) --- assets/components/LogViewer/LogItem.vue | 6 ++++-- assets/components/LogViewer/RandomColorTag.vue | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/assets/components/LogViewer/LogItem.vue b/assets/components/LogViewer/LogItem.vue index a86fd40a..15051fb0 100644 --- a/assets/components/LogViewer/LogItem.vue +++ b/assets/components/LogViewer/LogItem.vue @@ -9,9 +9,11 @@ + > + {{ container.name }} +
- {{ value }} + {{ value }}