From c1c5ea5e9d61d0259278add215047590b5eac77f Mon Sep 17 00:00:00 2001
From: bestrevens <201840026@qq.com>
Date: 星期一, 16 十月 2023 15:30:14 +0800
Subject: [PATCH] fix 优化表格列的显示与隐藏小组件不显示字段和告警 fix 优化表格列的显示与隐藏小组件不显示字段和告警

---
 src/api/monitor/cache/types.ts |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/api/monitor/cache/types.ts b/src/api/monitor/cache/types.ts
index 540fafd..4017b65 100644
--- a/src/api/monitor/cache/types.ts
+++ b/src/api/monitor/cache/types.ts
@@ -1,7 +1,7 @@
 export interface CacheVO {
-	commandStats: Array<{ name: string; value: string }>;
+  commandStats: Array<{ name: string; value: string }>;
 
-	dbSize: number;
+  dbSize: number;
 
-	info: { [key: string]: string };
+  info: { [key: string]: string };
 }

--
Gitblit v1.9.3