mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-23 06:56:01 +00:00
Added select field for thousands separator
This commit is contained in:
@@ -34,6 +34,17 @@ label={_t('settings.dataGrid.thousandsSeparator', {
|
|||||||
})}
|
})}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
<FormSelectField
|
||||||
|
label={_t('settings.dataGrid.thousandsSeparator', { defaultMessage: 'Thousands separator for numbers' })}
|
||||||
|
name="dataGrid.thousandsSeparatorChar"
|
||||||
|
isNative
|
||||||
|
defaultValue=""
|
||||||
|
options={[
|
||||||
|
{ value: '', label: _t('settings.dataGrid.thousandsSeparator.none', { defaultMessage: 'None' }) },
|
||||||
|
{ value: ' ', label: _t('settings.dataGrid.thousandsSeparator.space', { defaultMessage: 'Space' }) },
|
||||||
|
]}
|
||||||
|
/>
|
||||||
|
|
||||||
<FormTextField
|
<FormTextField
|
||||||
name="dataGrid.defaultAutoRefreshInterval"
|
name="dataGrid.defaultAutoRefreshInterval"
|
||||||
label={_t('settings.dataGrid.defaultAutoRefreshInterval', {
|
label={_t('settings.dataGrid.defaultAutoRefreshInterval', {
|
||||||
|
|||||||
Reference in New Issue
Block a user