feat: add content decorations to Table and Card widgets (#419)

This commit is contained in:
Fine0830
2024-10-15 16:25:21 +08:00
committed by GitHub
parent a92365efcf
commit 61449f4b17
11 changed files with 128 additions and 4 deletions

View File

@@ -386,5 +386,6 @@ const msg = {
tabExpressions: "Tab Expressions",
hierarchyNodeMetrics: "Metrics for Hierarchy Graph Node",
hierarchyNodeDashboard: "As dashboard for Hierarchy Graph Node",
contentDecorations: "Content Decorations",
};
export default msg;