From b0c63247138dfa909885994e848cf8dd7eed083a Mon Sep 17 00:00:00 2001 From: Duansg Date: Fri, 6 Feb 2026 16:39:01 +0800 Subject: [PATCH] [fix] Fixed Prometheus task history charts not working in the Favorites tab (#4014) --- script/ci/link_check.json | 4 ++-- .../monitor/monitor-detail/monitor-detail.component.html | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/script/ci/link_check.json b/script/ci/link_check.json index 2b971c579b..5dce366d4d 100644 --- a/script/ci/link_check.json +++ b/script/ci/link_check.json @@ -12,8 +12,8 @@ ], "timeout": "10s", "retryOn429": true, - "retryCount": 10, - "fallbackRetryDelay": "1000s", + "retryCount": 3, + "fallbackRetryDelay": "30s", "aliveStatusCodes": [ 0, 200, diff --git a/web-app/src/app/routes/monitor/monitor-detail/monitor-detail.component.html b/web-app/src/app/routes/monitor/monitor-detail/monitor-detail.component.html index db7d95407d..fe974f70d2 100755 --- a/web-app/src/app/routes/monitor/monitor-detail/monitor-detail.component.html +++ b/web-app/src/app/routes/monitor/monitor-detail/monitor-detail.component.html @@ -162,6 +162,7 @@ [unit]="metric.unit" [monitorId]="monitorId" [instance]="monitor.instance" + [monitorName]="monitor.name" >