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
@@ -64,7 +64,7 @@ export class SzDashboardView extends DeesElement {
platformServices: [
{ 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 },
],
traffic: {
+1 -1
View File
@@ -419,7 +419,7 @@ export class SzNetworkProxyView extends DeesElement {
<div slot="header" class="section-header">
<div class="section-heading">
<span class="section-title">Access Logs</span>
<span class="section-subtitle">Real-time Caddy access logs</span>
<span class="section-subtitle">Real-time proxy access logs</span>
</div>
</div>
<div class="logs-container">
+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>