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

This commit is contained in:
Mark McDowall 2020-10-12 11:24:19 -07:00 committed by Qstick
commit 3a1abfa9f1
5 changed files with 154 additions and 9 deletions

View file

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