From 867af6924d86a121d9fca0336b2f48d3f31326f5 Mon Sep 17 00:00:00 2001 From: Fine0830 Date: Thu, 11 Jan 2024 13:40:37 +0800 Subject: [PATCH] feat: add `expressions` to dashboard configurations on the dashboard list page (#358) --- src/components/Tags.vue | 9 +++- src/locales/lang/en.ts | 1 + src/locales/lang/es.ts | 1 + src/locales/lang/zh.ts | 1 + src/types/dashboard.d.ts | 1 + src/views/dashboard/List.vue | 93 +++++++++++++++++++++++++++++++++++- 6 files changed, 104 insertions(+), 2 deletions(-) diff --git a/src/components/Tags.vue b/src/components/Tags.vue index 90fb670c..b854843a 100644 --- a/src/components/Tags.vue +++ b/src/components/Tags.vue @@ -31,7 +31,7 @@ limitations under the License. -->