modifeid log colum variale to have a prop of visible

This commit is contained in:
Peter Olu 2022-05-19 09:06:23 +01:00
parent b063ae7b9d
commit 5e9e52f831

View File

@ -19,34 +19,42 @@ export const ServiceLogConstants = [
{ {
label: "serviceName", label: "serviceName",
value: "service", value: "service",
isVisible: true
}, },
{ {
label: "serviceInstanceName", label: "serviceInstanceName",
value: "instance", value: "instance",
isVisible: true
}, },
{ {
label: "endpointName", label: "endpointName",
value: "endpoint", value: "endpoint",
isVisible: false
}, },
{ {
label: "timestamp", label: "timestamp",
value: "time", value: "time",
isVisible: true
}, },
{ {
label: "contentType", label: "contentType",
value: "contentType", value: "contentType",
isVisible: true
}, },
{ {
label: "tags", label: "tags",
value: "tags", value: "tags",
isVisible: false
}, },
{ {
label: "content", label: "content",
value: "content", value: "content",
isVisible: true
}, },
{ {
label: "traceId", label: "traceId",
value: "traceID", value: "traceID",
isVisible: false
}, },
]; ];
export const ServiceLogDetail = [ export const ServiceLogDetail = [