mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed a typo in Type node javascript module.
This commit is contained in:
parent
b4d195aafe
commit
4482bbb1ba
@ -760,7 +760,7 @@ function($, _, S, pgAdmin, pgBrowser, alertify, Backgrid) {
|
|||||||
}
|
}
|
||||||
},{
|
},{
|
||||||
id: 'seclabels', label: '{{ _('Security Labels') }}',
|
id: 'seclabels', label: '{{ _('Security Labels') }}',
|
||||||
model: pgBrowser.SecLabglModel, editable: false, type: 'collection',
|
model: pgBrowser.SecLabelModel, editable: false, type: 'collection',
|
||||||
group: 'security', mode: ['edit', 'create'],
|
group: 'security', mode: ['edit', 'create'],
|
||||||
min_version: 90100, canEdit: false, canDelete: true,
|
min_version: 90100, canEdit: false, canDelete: true,
|
||||||
control: 'unique-col-collection', deps: ['typtype'],
|
control: 'unique-col-collection', deps: ['typtype'],
|
||||||
|
Loading…
Reference in New Issue
Block a user