feat: View data value related dashboards in TopList widgets (#425)

This commit is contained in:
Fine0830
2024-11-05 11:21:08 +08:00
committed by GitHub
parent 224e761d70
commit 14fa5d65b6
11 changed files with 91 additions and 9 deletions

View File

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