1
0
Fork 0
mirror of https://github.com/morpheus65535/bazarr synced 2024-12-28 02:27:28 +00:00

Improved provider labeling

This commit is contained in:
JayZed 2024-10-14 13:45:02 -04:00 committed by GitHub
parent 92107a2425
commit 9eb9bb55c9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -334,7 +334,7 @@ const ProviderTool: FunctionComponent<ProviderToolProps> = ({
<Divider></Divider>
<Group justify="right">
<Button hidden={!payload} color="red" onClick={deletePayload}>
Delete
Disable
</Button>
<Button
disabled={!canSave}
@ -342,7 +342,7 @@ const ProviderTool: FunctionComponent<ProviderToolProps> = ({
submit(form.values);
}}
>
Save
Enable
</Button>
</Group>
</Stack>

View file

@ -16,7 +16,7 @@ import { IntegrationList, ProviderList } from "./list";
const SettingsProvidersView: FunctionComponent = () => {
return (
<Layout name="Providers">
<Section header="Providers">
<Section header="Enabled Providers">
<ProviderView
availableOptions={ProviderList}
settingsKey="settings-general-enabled_providers"