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",
value: "service",
isVisible: true
},
{
label: "serviceInstanceName",
value: "instance",
isVisible: true
},
{
label: "endpointName",
value: "endpoint",
isVisible: false
},
{
label: "timestamp",
value: "time",
isVisible: true
},
{
label: "contentType",
value: "contentType",
isVisible: true
},
{
label: "tags",
value: "tags",
isVisible: false
},
{
label: "content",
value: "content",
isVisible: true
},
{
label: "traceId",
value: "traceID",
isVisible: false
},
];
export const ServiceLogDetail = [