Rename the 'Auto Vacuum' tab to 'Parameter' as it represents 'Storage

Parameters'.
This commit is contained in:
Ashesh Vashi 2016-06-02 15:28:29 +05:30
parent b64868079a
commit e18b135f6f
2 changed files with 5 additions and 4 deletions

View File

@ -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
},{

View File

@ -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