mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-14 17:05:10 +00:00
modifeid log colum variale to have a prop of visible
This commit is contained in:
parent
b063ae7b9d
commit
5e9e52f831
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user