fix(catalog): refresh reverse proxy UI labels and pnpm workspace config

This commit is contained in:
2026-05-24 21:16:58 +00:00
parent 17348f46c8
commit b40bd966a9
7 changed files with 32 additions and 6 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ export class SzPlatformServicesCard extends DeesElement {
.services=${[
{ name: 'MongoDB', status: '1 DB', running: true },
{ name: 'S3 Storage (MinIO)', status: '1 bucket', running: true },
{ name: 'Caddy Reverse Proxy', status: 'Running', running: true },
{ name: 'SmartProxy Reverse Proxy', status: 'Running', running: true },
{ name: 'ClickHouse', status: '1 DB', running: true },
]}
></sz-platform-services-card>