From 458a885868894e05bba1e74be4df018f9c81d6f0 Mon Sep 17 00:00:00 2001 From: Denozordec Date: Thu, 9 Apr 2026 16:42:37 +0700 Subject: [PATCH] feat: enhance monitoring page with detailed status tracking and error handling Updated the monitoring page to include comprehensive tracking of API health, BGP sessions, and job statuses. Introduced new state variables for error handling and last updated timestamps. Enhanced the UI to display overall system status, including detailed hints for potential issues, improving incident diagnosis capabilities. Added functions to summarize job statuses and derive overall health indicators, ensuring better visibility into system performance. --- web/src/routes/monitoring/+page.svelte | 293 ++++++++++++++++++++----- 1 file changed, 244 insertions(+), 49 deletions(-) diff --git a/web/src/routes/monitoring/+page.svelte b/web/src/routes/monitoring/+page.svelte index 6b78311..1353be5 100644 --- a/web/src/routes/monitoring/+page.svelte +++ b/web/src/routes/monitoring/+page.svelte @@ -1,41 +1,135 @@