From e4b2203cf6f33b1fd84b79ced30ee7c50e15e6d8 Mon Sep 17 00:00:00 2001 From: Fine0830 Date: Fri, 19 Apr 2024 15:54:17 +0800 Subject: [PATCH] fix: update (#393) --- src/views/dashboard/List.vue | 1 + src/views/dashboard/graphs/Table.vue | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/dashboard/List.vue b/src/views/dashboard/List.vue index 5b690366..c05afc29 100644 --- a/src/views/dashboard/List.vue +++ b/src/views/dashboard/List.vue @@ -352,6 +352,7 @@ limitations under the License. --> return layout; }); for (const item of templates) { + delete item.configuration.id; optimizeTemplate(item.configuration.children); } const name = `dashboards.json`; diff --git a/src/views/dashboard/graphs/Table.vue b/src/views/dashboard/graphs/Table.vue index df563ac5..7818498d 100644 --- a/src/views/dashboard/graphs/Table.vue +++ b/src/views/dashboard/graphs/Table.vue @@ -41,7 +41,7 @@ limitations under the License. --> -
No Data
+
No Data