diff --git a/src/locales/lang/en.ts b/src/locales/lang/en.ts index 4d816ad7..0c6df128 100644 --- a/src/locales/lang/en.ts +++ b/src/locales/lang/en.ts @@ -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; diff --git a/src/locales/lang/es.ts b/src/locales/lang/es.ts index fbf22826..c643df61 100644 --- a/src/locales/lang/es.ts +++ b/src/locales/lang/es.ts @@ -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; diff --git a/src/locales/lang/zh.ts b/src/locales/lang/zh.ts index 0a2d5c0f..1a4ee12f 100644 --- a/src/locales/lang/zh.ts +++ b/src/locales/lang/zh.ts @@ -384,5 +384,6 @@ const msg = { tabExpressions: "Tab表达式", hierarchyNodeMetrics: "层次图节点的指标", hierarchyNodeDashboard: "作为层次图节点的dashboard", + contentDecorations: "内容装饰", }; export default msg; diff --git a/src/views/dashboard/configuration/widget/graph-styles/Card.vue b/src/views/dashboard/configuration/widget/graph-styles/Card.vue index 79a43992..b90195f3 100644 --- a/src/views/dashboard/configuration/widget/graph-styles/Card.vue +++ b/src/views/dashboard/configuration/widget/graph-styles/Card.vue @@ -13,6 +13,10 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -->