From 2354573c2936da0a94fc30dbd0883b504fe07850 Mon Sep 17 00:00:00 2001 From: xlsea Date: Mon, 25 Mar 2024 09:18:39 +0800 Subject: [PATCH] =?UTF-8?q?feat:=203.2.0.=20=E6=97=A5=E5=BF=97=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E6=96=B0=E5=A2=9EIP=E5=9C=B0=E5=9D=80=E5=B1=95?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/Log/index.vue | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/frontend/src/components/Log/index.vue b/frontend/src/components/Log/index.vue index 8dd92a29..d3abc862 100644 --- a/frontend/src/components/Log/index.vue +++ b/frontend/src/components/Log/index.vue @@ -15,6 +15,12 @@
{{ log.level.length === 4 ? log.level + ' ' : log.level }}
+
+ [ + {{ log.host }} + + ] +
[{{ log.thread }}]
{{ log.location }}
: