mirror of
https://github.com/Prowlarr/Prowlarr
synced 2025-12-06 08:34:28 +01:00
New: Blue for redirected indexers
This commit is contained in:
parent
f2b7e98f02
commit
c836b3c43c
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ function IndexerStatusCell(props) {
|
|||
...otherProps
|
||||
} = props;
|
||||
|
||||
const enableKind = redirect ? kinds.WARNING : kinds.SUCCESS;
|
||||
const enableKind = redirect ? kinds.INFO : kinds.SUCCESS;
|
||||
const enableTitle = redirect ? 'Indexer is Enabled, Redirect is Enabled' : 'Indexer is Enabled';
|
||||
|
||||
return (
|
||||
|
|
|
|||
Loading…
Reference in a new issue