From 2f5ab4c619e38cf3fdcc33a3746c79e2d02d9dfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A1vio=20Ribeiro?= Date: Thu, 6 Feb 2025 02:44:24 -0300 Subject: [PATCH] Display filename and milliseconds in timestamp on the logs admin UI (#2280) --- frontend/src/assets/style.scss | 3 ++- frontend/src/components/LogView.vue | 7 ++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/frontend/src/assets/style.scss b/frontend/src/assets/style.scss index a33fa82a..1856e7aa 100644 --- a/frontend/src/assets/style.scss +++ b/frontend/src/assets/style.scss @@ -973,11 +973,12 @@ section.analytics { margin-bottom: 2px; } - .timestamp { + .timestamp, .file { color: $primary; display: inline-block; min-width: 175px; margin-right: 5px; + user-select: auto; } .line:hover { diff --git a/frontend/src/components/LogView.vue b/frontend/src/components/LogView.vue index ac7ddab4..f2212afd 100644 --- a/frontend/src/components/LogView.vue +++ b/frontend/src/components/LogView.vue @@ -4,7 +4,8 @@
@@ -15,8 +16,8 @@