From 418208b0e317904f5efa61d5ec03166605335f23 Mon Sep 17 00:00:00 2001 From: moonrailgun Date: Sun, 17 Dec 2023 19:27:32 +0800 Subject: [PATCH] feat: add back to admin --- src/client/components/monitor/StatusPage/index.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/client/components/monitor/StatusPage/index.tsx b/src/client/components/monitor/StatusPage/index.tsx index afc375d..3f86ca6 100644 --- a/src/client/components/monitor/StatusPage/index.tsx +++ b/src/client/components/monitor/StatusPage/index.tsx @@ -84,10 +84,14 @@ export const MonitorStatusPage: React.FC = React.memo( {allowEdit && !editMode && ( -
+
+ +
)}