mirror of
https://github.com/Radarr/Radarr
synced 2025-02-22 06:11:09 +00:00
Add status test all button for IndexerLongTermStatusCheck
(cherry picked from commit 4ffa1816bd2305550abee20cea27e1296a99ddf6)
This commit is contained in:
parent
23eb637bc3
commit
f13d479b88
1 changed files with 1 additions and 0 deletions
|
@ -72,6 +72,7 @@ function getInternalLink(source) {
|
||||||
function getTestLink(source, props) {
|
function getTestLink(source, props) {
|
||||||
switch (source) {
|
switch (source) {
|
||||||
case 'IndexerStatusCheck':
|
case 'IndexerStatusCheck':
|
||||||
|
case 'IndexerLongTermStatusCheck':
|
||||||
return (
|
return (
|
||||||
<SpinnerIconButton
|
<SpinnerIconButton
|
||||||
name={icons.TEST}
|
name={icons.TEST}
|
||||||
|
|
Loading…
Reference in a new issue