mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Pull Sonarr commit 'Import lists in settings overview' (#5138)
* Import lists in settings overview (cherry picked from commit f45b27f507953724e9469ce16c4e555985312150) * fixup! Sonarr wording Co-authored-by: Mark McDowall <mark@mcdowall.ca> Co-authored-by: Qstick <qstick@gmail.com>
This commit is contained in:
@@ -91,6 +91,17 @@ function Settings() {
|
|||||||
{translate('ListsSettingsSummary')}
|
{translate('ListsSettingsSummary')}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<Link
|
||||||
|
className={styles.link}
|
||||||
|
to="/settings/importlists"
|
||||||
|
>
|
||||||
|
Import Lists
|
||||||
|
</Link>
|
||||||
|
|
||||||
|
<div className={styles.summary}>
|
||||||
|
Import from lists and manage list exclusions
|
||||||
|
</div>
|
||||||
|
|
||||||
<Link
|
<Link
|
||||||
className={styles.link}
|
className={styles.link}
|
||||||
to="/settings/connect"
|
to="/settings/connect"
|
||||||
|
Reference in New Issue
Block a user