fix(composable): resolve dbConnections ReferenceError by returning computed dbActiveConnections
Validators (Pushes and Pull Requests) / UI & Storage Validation (push) Failing after 11s
Validators (Pushes and Pull Requests) / Database & Schema Validation (push) Successful in 11s
Validators (Pushes and Pull Requests) / Core Validators & Database Setup (push) Failing after 19s
Validators (Pushes and Pull Requests) / WBS & Audit Validations (push) Has been skipped
Validators (Pushes and Pull Requests) / .NET Contracts (push) Has been skipped
Validators (Pushes and Pull Requests) / Calibration & Performance (push) Has been skipped
Validators (Pushes and Pull Requests) / Operational Report & Decision Packet (push) Has been skipped
Validators (Pushes and Pull Requests) / CI Workflow Lint (push) Failing after 9s
Validators (Pushes and Pull Requests) / Security & Secrets (push) Successful in 10s
Validators (Pushes and Pull Requests) / Notify PR Results (push) Has been skipped

This commit is contained in:
2026-07-26 01:21:55 +09:00
parent 74d4fdc1d7
commit 5e9ef254dd
@@ -68,6 +68,8 @@ export function useSystemSettings() {
hangfireStatus: 'Healthy'
});
const dbConnections = computed(() => telemetryMetrics.value.dbActiveConnections);
let telemetryTimer: any = null;
const startTelemetryStream = () => {