fix(catalog): refresh reverse proxy UI labels and pnpm workspace config
This commit is contained in:
@@ -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: {
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user