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",