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

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

(cherry picked from commit 2adedb97da5ad31b65f0dc2eec5c263efe95731f)

* fixup! Mock Localization

Co-authored-by: Mark McDowall <mark@mcdowall.ca>
Co-authored-by: Qstick <qstick@gmail.com>
This commit is contained in:
servarr[bot]
2020-10-15 07:20:02 -04:00
committed by GitHub
parent 27354507cb
commit f2f26d88b9
6 changed files with 173 additions and 10 deletions

View File

@@ -19,6 +19,7 @@ function getInternalLink(source) {
case 'IndexerRssCheck':
case 'IndexerSearchCheck':
case 'IndexerStatusCheck':
case 'IndexerLongTermStatusCheck':
return (
<IconButton
name={icons.SETTINGS}