1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-23 22:25:56 -04:00

New: Differentiate between short term and long term (more than 6 hours) indexer failures

Closes #3279
This commit is contained in:
Mark McDowall
2020-10-12 11:24:19 -07:00
parent 7dd64d843a
commit 2adedb97da
5 changed files with 150 additions and 8 deletions
@@ -18,6 +18,7 @@ function getInternalLink(source) {
case 'IndexerRssCheck':
case 'IndexerSearchCheck':
case 'IndexerStatusCheck':
case 'IndexerLongTermStatusCheck':
return (
<IconButton
name={icons.SETTINGS}