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

Parameters'.
pull/3/head
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') }}' 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
},{ },{

View File

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