From 429c5ebf49b8dd5c0ff261e14ae6028640690232 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Tue, 14 Oct 2025 05:02:07 +0000 Subject: [PATCH] Add system status quick action and update dependencies cgen-3ad284a1ea624ed29fc9c4fe0585a3c3 --- client/pages/Admin.tsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/client/pages/Admin.tsx b/client/pages/Admin.tsx index 632067d2..7d6b10c4 100644 --- a/client/pages/Admin.tsx +++ b/client/pages/Admin.tsx @@ -478,6 +478,12 @@ export default function Admin() { } }, }, + { + label: "System status", + description: "Monitor uptime and live incidents for AeThex services.", + icon: Server, + action: () => navigate("/status"), + }, { label: "Open Builder CMS", description: "Edit marketing pages and landing content in Builder.io.",