From cdea548ce2a5ce249198634346b5c55378b579d5 Mon Sep 17 00:00:00 2001 From: Bogdan Date: Sat, 5 Aug 2023 14:26:53 +0300 Subject: [PATCH] New: Add internal links for apps and download clients health checks --- frontend/src/System/Status/Health/Health.js | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/frontend/src/System/Status/Health/Health.js b/frontend/src/System/Status/Health/Health.js index b4e9a2ed8..015a8aa6e 100644 --- a/frontend/src/System/Status/Health/Health.js +++ b/frontend/src/System/Status/Health/Health.js @@ -16,6 +16,23 @@ import styles from './Health.css'; function getInternalLink(source) { switch (source) { + case 'ApplicationStatusCheck': + case 'ApplicationLongTermStatusCheck': + return ( + + ); + case 'DownloadClientStatusCheck': + return ( + + ); case 'IndexerRssCheck': case 'IndexerSearchCheck': case 'IndexerStatusCheck':