Skip to content

Commit

Permalink
Link indexer proxy settings from health page
Browse files Browse the repository at this point in the history
  • Loading branch information
mynameisbogdan committed Mar 23, 2024
1 parent ee7c821 commit a3e134c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions frontend/src/System/Status/Health/Health.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,14 @@ function getInternalLink(source) {
to="/settings/connect"
/>
);
case 'IndexerProxyStatusCheck':
return (
<IconButton
name={icons.SETTINGS}
title={translate('Settings')}
to="/settings/indexers"
/>
);
case 'IndexerRssCheck':
case 'IndexerSearchCheck':
case 'IndexerStatusCheck':
Expand Down

0 comments on commit a3e134c

Please sign in to comment.