mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-08 05:51:47 -07:00
Fixed: Multiple Heath Check UI Fixes
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
This commit is contained in:
parent
89d912bb2b
commit
936b2502cc
5 changed files with 11 additions and 20 deletions
|
@ -26,6 +26,7 @@ function getInternalLink(source) {
|
|||
/>
|
||||
);
|
||||
case 'DownloadClientCheck':
|
||||
case 'DownloadClientStatusCheck':
|
||||
case 'ImportMechanismCheck':
|
||||
case 'RemotePathMappingCheck':
|
||||
return (
|
||||
|
@ -68,6 +69,7 @@ function getTestLink(source, props) {
|
|||
/>
|
||||
);
|
||||
case 'DownloadClientCheck':
|
||||
case 'DownloadClientStatusCheck':
|
||||
return (
|
||||
<SpinnerIconButton
|
||||
name={icons.TEST}
|
||||
|
|
|
@ -27,5 +27,5 @@
|
|||
.actions {
|
||||
composes: cell from '~Components/Table/Cells/TableRowCell.css';
|
||||
|
||||
width: 20px;
|
||||
width: 60px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue