mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Rename the 'Auto Vacuum' tab to 'Parameter' as it represents 'Storage
Parameters'.
This commit is contained in:
parent
b64868079a
commit
e18b135f6f
@ -696,8 +696,9 @@ function($, _, S, pgAdmin, pgBrowser, alertify) {
|
||||
disabled: 'isLikeDisable', group: '{{ _('Like') }}'
|
||||
}]
|
||||
},{
|
||||
// Here we will create tab control for auto-vacuum
|
||||
type: 'nested', control: 'tab', group: '{{ _('Auto vacuum') }}',
|
||||
// Here - we will create tab control for storage parameters
|
||||
// (auto vacuum).
|
||||
type: 'nested', control: 'tab', group: '{{ _('Parameter') }}',
|
||||
mode: ['edit', 'create'],
|
||||
schema: Backform.VacuumSettingsSchema
|
||||
},{
|
||||
|
@ -177,8 +177,8 @@ function($, _, S, pgAdmin, alertify, pgBrowser, CodeMirror) {
|
||||
type: 'integer'
|
||||
},{
|
||||
type: 'nested', control: 'tab', id: 'materialization',
|
||||
label: '{{ _("Auto vacuum") }}', mode: ['edit', 'create'],
|
||||
group: '{{ _("Auto vacuum") }}',
|
||||
label: '{{ _("Parameter") }}', mode: ['edit', 'create'],
|
||||
group: '{{ _("Parameter") }}',
|
||||
schema: Backform.VacuumSettingsSchema
|
||||
},{
|
||||
// Add Privilege Control
|
||||
|
Loading…
Reference in New Issue
Block a user