This commit is contained in:
Fine 2024-11-05 11:08:07 +08:00
parent 2992e9c559
commit c4162f2924
4 changed files with 4 additions and 3 deletions

View File

@ -388,7 +388,7 @@ const msg = {
hierarchyNodeDashboard: "As dashboard for Hierarchy Graph Node", hierarchyNodeDashboard: "As dashboard for Hierarchy Graph Node",
valueMappings: "Value Mappings", valueMappings: "Value Mappings",
mappingTip: "Notice: The mapping key is a Regex string, e.g. ^([0-9])$", mappingTip: "Notice: The mapping key is a Regex string, e.g. ^([0-9])$",
valueDashboard: "Value Related Dashboard", valueDashboard: "Data Value Related Dashboard",
viewValueDashboard: "View Dashboard", viewValueDashboard: "View Dashboard",
}; };
export default msg; export default msg;

View File

@ -388,7 +388,7 @@ const msg = {
hierarchyNodeDashboard: "As dashboard for Hierarchy Graph Node", hierarchyNodeDashboard: "As dashboard for Hierarchy Graph Node",
valueMappings: "Value Mappings", valueMappings: "Value Mappings",
mappingTip: "Aviso: La clave de mapeo es una cadena Regex, p. ej. ^([0-9])$", mappingTip: "Aviso: La clave de mapeo es una cadena Regex, p. ej. ^([0-9])$",
valueDashboard: "Value Related Dashboard", valueDashboard: "Data Value Related Dashboard",
viewValueDashboard: "View Dashboard", viewValueDashboard: "View Dashboard",
}; };
export default msg; export default msg;

View File

@ -386,7 +386,7 @@ const msg = {
hierarchyNodeDashboard: "作为层次图节点的dashboard", hierarchyNodeDashboard: "作为层次图节点的dashboard",
valueMappings: "值映射", valueMappings: "值映射",
mappingTip: "注意: 映射键是一个正则表达式字符串,比如 ^([0-9])$", mappingTip: "注意: 映射键是一个正则表达式字符串,比如 ^([0-9])$",
valueDashboard: "值相关的仪表板", valueDashboard: "数据值相关的仪表板",
viewValueDashboard: "查看仪表板", viewValueDashboard: "查看仪表板",
}; };
export default msg; export default msg;

View File

@ -46,6 +46,7 @@ export interface LayoutConfig {
relatedTrace?: RelatedTrace; relatedTrace?: RelatedTrace;
subExpressions?: string[]; subExpressions?: string[];
subTypesOfMQE?: string[]; subTypesOfMQE?: string[];
valueRelatedDashboard?: string;
} }
export type RelatedTrace = { export type RelatedTrace = {
duration: DurationTime; duration: DurationTime;