From 058b7d107574376007fae7acb5d43c8489588391 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Thu, 13 Nov 2025 06:05:08 +0000 Subject: [PATCH] completionId: cgen-b984b57cbf6c41939fa5c20d3bd30795 cgen-b984b57cbf6c41939fa5c20d3bd30795 --- client/pages/Admin.tsx | 36 ++++++++++++++++++++++++++---------- 1 file changed, 26 insertions(+), 10 deletions(-) diff --git a/client/pages/Admin.tsx b/client/pages/Admin.tsx index a05e5d04..6d9e4d30 100644 --- a/client/pages/Admin.tsx +++ b/client/pages/Admin.tsx @@ -341,16 +341,32 @@ export default function Admin() {
-
-

- Control Center -

-

- Manage platform, users, content, and integrations ยท Roles:{" "} - - {roles.join(", ") || "none"} - -

+
+
+
+

+ Control Center +

+

+ Manage platform operations, users, content, and integrations across all AeThex systems +

+
+
+

+ Access Level +

+
+ {roles.map((role) => ( + + {role} + + ))} +
+
+