mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-04-24 05:47:22 -04:00
New: Allow History filter by Rss and Auth
This commit is contained in:
parent
bfbde1e310
commit
aa6bda7226
2 changed files with 26 additions and 2 deletions
|
@ -103,6 +103,17 @@ export const defaultState = {
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
key: 'indexerRss',
|
||||
label: translate('IndexerRss'),
|
||||
filters: [
|
||||
{
|
||||
key: 'eventType',
|
||||
value: '3',
|
||||
type: filterTypes.EQUAL
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
key: 'indexerQuery',
|
||||
label: translate('IndexerQuery'),
|
||||
|
@ -113,6 +124,17 @@ export const defaultState = {
|
|||
type: filterTypes.EQUAL
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
key: 'indexerAuth',
|
||||
label: translate('IndexerAuth'),
|
||||
filters: [
|
||||
{
|
||||
key: 'eventType',
|
||||
value: '4',
|
||||
type: filterTypes.EQUAL
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
|
|
|
@ -141,13 +141,15 @@
|
|||
"Importing": "Importing",
|
||||
"IncludeHealthWarningsHelpText": "Include Health Warnings",
|
||||
"Indexer": "Indexer",
|
||||
"IndexerAuth": "Indexer Auth",
|
||||
"IndexerFlags": "Indexer Flags",
|
||||
"IndexerHealthCheckNoIndexers": "No indexers enabled, Prowlarr will not return search results",
|
||||
"IndexerLongTermStatusCheckAllClientMessage": "All indexers are unavailable due to failures for more than 6 hours",
|
||||
"IndexerLongTermStatusCheckSingleClientMessage": "Indexers unavailable due to failures for more than 6 hours: {0}",
|
||||
"IndexerPriority": "Indexer Priority",
|
||||
"IndexerPriorityHelpText": "Indexer Priority from 1 (Highest) to 50 (Lowest). Default: 25.",
|
||||
"IndexerQuery": "Indexer Query",
|
||||
"IndexerHealthCheckNoIndexers": "No indexers enabled, Prowlarr will not return search results",
|
||||
"IndexerRss": "Indexer Rss",
|
||||
"Indexers": "Indexers",
|
||||
"IndexersSelectedInterp": "{0} Indexer(s) Selected",
|
||||
"IndexerStatusCheckAllClientMessage": "All indexers are unavailable due to failures",
|
||||
|
@ -264,6 +266,7 @@
|
|||
"Scheduled": "Scheduled",
|
||||
"ScriptPath": "Script Path",
|
||||
"Search": "Search",
|
||||
"SearchIndexers": "Search Indexers",
|
||||
"Security": "Security",
|
||||
"Seeders": "Seeders",
|
||||
"SelectAll": "Select All",
|
||||
|
@ -321,7 +324,6 @@
|
|||
"TestAllClients": "Test All Clients",
|
||||
"Time": "Time",
|
||||
"Title": "Title",
|
||||
"SearchIndexers": "Search Indexers",
|
||||
"Today": "Today",
|
||||
"Tomorrow": "Tomorrow",
|
||||
"Type": "Type",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue