Rename the 'Auto Vacuum' tab to 'Parameter' as it represents 'Storage
Parameters'.pull/3/head
parent
b64868079a
commit
e18b135f6f
|
@ -696,8 +696,9 @@ function($, _, S, pgAdmin, pgBrowser, alertify) {
|
||||||
disabled: 'isLikeDisable', group: '{{ _('Like') }}'
|
disabled: 'isLikeDisable', group: '{{ _('Like') }}'
|
||||||
}]
|
}]
|
||||||
},{
|
},{
|
||||||
// Here we will create tab control for auto-vacuum
|
// Here - we will create tab control for storage parameters
|
||||||
type: 'nested', control: 'tab', group: '{{ _('Auto vacuum') }}',
|
// (auto vacuum).
|
||||||
|
type: 'nested', control: 'tab', group: '{{ _('Parameter') }}',
|
||||||
mode: ['edit', 'create'],
|
mode: ['edit', 'create'],
|
||||||
schema: Backform.VacuumSettingsSchema
|
schema: Backform.VacuumSettingsSchema
|
||||||
},{
|
},{
|
||||||
|
|
|
@ -177,8 +177,8 @@ function($, _, S, pgAdmin, alertify, pgBrowser, CodeMirror) {
|
||||||
type: 'integer'
|
type: 'integer'
|
||||||
},{
|
},{
|
||||||
type: 'nested', control: 'tab', id: 'materialization',
|
type: 'nested', control: 'tab', id: 'materialization',
|
||||||
label: '{{ _("Auto vacuum") }}', mode: ['edit', 'create'],
|
label: '{{ _("Parameter") }}', mode: ['edit', 'create'],
|
||||||
group: '{{ _("Auto vacuum") }}',
|
group: '{{ _("Parameter") }}',
|
||||||
schema: Backform.VacuumSettingsSchema
|
schema: Backform.VacuumSettingsSchema
|
||||||
},{
|
},{
|
||||||
// Add Privilege Control
|
// Add Privilege Control
|
||||||
|
|
Loading…
Reference in New Issue