mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-23 22:25:56 -04:00
Health UI improvements
Fixed: Failing to get items from SABnzbd will report health error properly Fixed: Some health checks not showing test all button on System: Health
This commit is contained in:
@@ -26,6 +26,7 @@ function getInternalLink(source) {
|
||||
/>
|
||||
);
|
||||
case 'DownloadClientCheck':
|
||||
case 'DownloadClientStatusCheck':
|
||||
case 'ImportMechanismCheck':
|
||||
return (
|
||||
<IconButton
|
||||
@@ -67,6 +68,7 @@ function getTestLink(source, props) {
|
||||
/>
|
||||
);
|
||||
case 'DownloadClientCheck':
|
||||
case 'DownloadClientStatusCheck':
|
||||
return (
|
||||
<SpinnerIconButton
|
||||
name={icons.TEST}
|
||||
|
||||
Reference in New Issue
Block a user