Add FIELD_LABELS for SambaPOS split SQL/GraphQL credential fields
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
8a8c4073e5
commit
3562c178d7
1 changed files with 4 additions and 0 deletions
|
|
@ -32,6 +32,10 @@ const FIELD_LABELS: Record<string, string> = {
|
||||||
base_url: 'Base URL', client_secret: 'Client Secret', tenant_id: 'Tenant ID',
|
base_url: 'Base URL', client_secret: 'Client Secret', tenant_id: 'Tenant ID',
|
||||||
client_id: 'Client ID', host: 'Host', port: 'Port', database: 'Database',
|
client_id: 'Client ID', host: 'Host', port: 'Port', database: 'Database',
|
||||||
graphql_endpoint: 'GraphQL Endpoint', bearer_token: 'Bearer Token',
|
graphql_endpoint: 'GraphQL Endpoint', bearer_token: 'Bearer Token',
|
||||||
|
sql_host: 'SQL Host', sql_port: 'SQL Port', sql_database: 'SQL Database',
|
||||||
|
sql_username: 'SQL Username', sql_password: 'SQL Password',
|
||||||
|
graphql_username: 'GraphQL Username', graphql_password: 'GraphQL Password',
|
||||||
|
graphql_client_id: 'GraphQL Client ID',
|
||||||
email: 'Email', sync_hours: 'Sync Interval (hours)', user: 'Username', pass: 'Password',
|
email: 'Email', sync_hours: 'Sync Interval (hours)', user: 'Username', pass: 'Password',
|
||||||
location_id: 'Default Location', from: 'From Address', reply_to: 'Reply-To Address',
|
location_id: 'Default Location', from: 'From Address', reply_to: 'Reply-To Address',
|
||||||
backup_path: 'Backup Directory',
|
backup_path: 'Backup Directory',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue