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.",