diff --git a/src/components/integrations-dialog.tsx b/src/components/integrations-dialog.tsx index d2506c4..2c90d74 100644 --- a/src/components/integrations-dialog.tsx +++ b/src/components/integrations-dialog.tsx @@ -214,176 +214,180 @@ export function IntegrationsDialog({ return ( !open && onClose()}> - - + + Integrations - - - Local API - MCP (AI Assistants) - +
+ + + Local API + MCP (AI Assistants) + - -
- -
- -

- Allow managing profiles, groups, and proxies via REST API. -

+ +
+ +
+ +

+ Allow managing profiles, groups, and proxies via REST API. +

+
-
- {settings.api_enabled && ( -
-
- -
- - - Server is running - + {settings.api_enabled && ( +
+
+ +
+ + + Server is running + +
+
+ +
+ +
+
+ + +
+ +
+

+ Include in Authorization header: Bearer {""} +

+ )} + -
-
);