mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
New: Differentiate between short term and long term (more than 6 hours) indexer failures
This commit is contained in:
parent
5827f34bd2
commit
3a1abfa9f1
5 changed files with 154 additions and 9 deletions
|
@ -18,6 +18,7 @@ function getInternalLink(source) {
|
|||
case 'IndexerRssCheck':
|
||||
case 'IndexerSearchCheck':
|
||||
case 'IndexerStatusCheck':
|
||||
case 'IndexerLongTermStatusCheck':
|
||||
return (
|
||||
<IconButton
|
||||
name={icons.SETTINGS}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue