String review and subsequent cleanup

Ashesh Vashi
Abhilasha Narendra
Karen Blatchley
Susan Douglas
Dave Page
This commit is contained in:
Dave Page
2019-03-05 14:08:16 +00:00
parent 48c9864184
commit d7bf6ec69f
29 changed files with 88 additions and 88 deletions

View File

@@ -362,7 +362,7 @@ define('pgadmin.node.tablespace', [
id: 'description', label: gettext('Comment'), cell: 'string',
type: 'multiline',
},{
id: 'spcoptions', label: gettext('Parameters'), type: 'collection',
id: 'spcoptions', label: '', type: 'collection',
group: gettext('Parameters'), control: 'variable-collection',
model: pgBrowser.Node.VariableModel,
mode: ['edit', 'create'], canAdd: true, canEdit: false,
@@ -375,7 +375,7 @@ define('pgadmin.node.tablespace', [
uniqueCol : ['grantee'],
columns: ['grantee', 'grantor', 'privileges'],
},{
id: 'seclabels', label: gettext('Security Labels'),
id: 'seclabels', label: gettext('Security labels'),
model: pgBrowser.SecLabelModel, editable: false, type: 'collection',
group: gettext('Security'), mode: ['edit', 'create'],
min_version: 90200, canAdd: true,