Fixed a typo in Type node javascript module.

This commit is contained in:
Murtuza Zabuawala 2016-05-31 23:29:49 +05:30 committed by Ashesh Vashi
parent b4d195aafe
commit 4482bbb1ba

View File

@ -760,7 +760,7 @@ function($, _, S, pgAdmin, pgBrowser, alertify, Backgrid) {
}
},{
id: 'seclabels', label: '{{ _('Security Labels') }}',
model: pgBrowser.SecLabglModel, editable: false, type: 'collection',
model: pgBrowser.SecLabelModel, editable: false, type: 'collection',
group: 'security', mode: ['edit', 'create'],
min_version: 90100, canEdit: false, canDelete: true,
control: 'unique-col-collection', deps: ['typtype'],