mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-10-16 05:09:17 +00:00
feat: Implement Trace page (#500)
This commit is contained in:
@@ -412,5 +412,6 @@ const msg = {
|
||||
totalSpans: "Total Spans",
|
||||
spanName: "Span name",
|
||||
parentId: "Parent ID",
|
||||
shareTrace: "Share This Trace",
|
||||
};
|
||||
export default msg;
|
||||
|
@@ -412,5 +412,6 @@ const msg = {
|
||||
totalSpans: "Total Lapso",
|
||||
spanName: "Nombre de Lapso",
|
||||
parentId: "ID Padre",
|
||||
shareTrace: "Compartir Traza",
|
||||
};
|
||||
export default msg;
|
||||
|
@@ -410,5 +410,6 @@ const msg = {
|
||||
totalSpans: "总跨度",
|
||||
spanName: "跨度名称",
|
||||
parentId: "父ID",
|
||||
shareTrace: "分享Trace",
|
||||
};
|
||||
export default msg;
|
||||
|
Reference in New Issue
Block a user