mirror of
https://github.com/morpheus65535/bazarr
synced 2024-12-28 02:27:28 +00:00
Improved provider labeling
This commit is contained in:
parent
92107a2425
commit
9eb9bb55c9
2 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue