mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
New: App Sync Profiles
This commit is contained in:
@@ -42,6 +42,7 @@ function EditIndexerModalContent(props) {
|
||||
redirect,
|
||||
supportsRss,
|
||||
supportsRedirect,
|
||||
appProfileId,
|
||||
fields,
|
||||
priority
|
||||
} = item;
|
||||
@@ -105,6 +106,17 @@ function EditIndexerModalContent(props) {
|
||||
/>
|
||||
</FormGroup>
|
||||
|
||||
<FormGroup>
|
||||
<FormLabel>{translate('AppProfile')}</FormLabel>
|
||||
|
||||
<FormInputGroup
|
||||
type={inputTypes.APP_PROFILE_SELECT}
|
||||
name="appProfileId"
|
||||
{...appProfileId}
|
||||
onChange={onInputChange}
|
||||
/>
|
||||
</FormGroup>
|
||||
|
||||
{
|
||||
fields ?
|
||||
fields.map((field) => {
|
||||
|
Reference in New Issue
Block a user