From 9cb1cb82719d95c53e8165b786f2d613e64ed25d Mon Sep 17 00:00:00 2001 From: Fine Date: Wed, 1 Nov 2023 16:56:35 +0800 Subject: [PATCH] feat: add endpoint --- src/views/dashboard/related/log/LogTable/data.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/views/dashboard/related/log/LogTable/data.ts b/src/views/dashboard/related/log/LogTable/data.ts index 2532875b..11843533 100644 --- a/src/views/dashboard/related/log/LogTable/data.ts +++ b/src/views/dashboard/related/log/LogTable/data.ts @@ -42,6 +42,10 @@ export const ServiceLogDetail = [ label: "serviceInstanceName", value: "instance", }, + { + label: "endpointName", + value: "endpoint", + }, { label: "timestamp", value: "time",