mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-10-16 05:09:17 +00:00
feat: support collapsing and expanding for the event widget (#503)
This commit is contained in:
@@ -413,5 +413,6 @@ const msg = {
|
||||
spanName: "Span name",
|
||||
parentId: "Parent ID",
|
||||
shareTrace: "Share This Trace",
|
||||
eventDefaultCollapse: "Default Collapse",
|
||||
};
|
||||
export default msg;
|
||||
|
@@ -413,5 +413,6 @@ const msg = {
|
||||
spanName: "Nombre de Lapso",
|
||||
parentId: "ID Padre",
|
||||
shareTrace: "Compartir Traza",
|
||||
eventDefaultCollapse: "Default Collapse",
|
||||
};
|
||||
export default msg;
|
||||
|
@@ -411,5 +411,6 @@ const msg = {
|
||||
spanName: "跨度名称",
|
||||
parentId: "父ID",
|
||||
shareTrace: "分享Trace",
|
||||
eventDefaultCollapse: "默认折叠",
|
||||
};
|
||||
export default msg;
|
||||
|
Reference in New Issue
Block a user