This commit is contained in:
Dave Page 2016-02-25 10:39:04 +00:00
parent c950683fa1
commit de9e122a91

View File

@ -265,7 +265,7 @@ function($, _, S, pgAdmin, pgBrowser, Alertify) {
canAdd: true, canEdit: false, canDelete: true, hasRole: true,
control: Backform.VariableCollectionControl, node: 'role'
},{
id: 'securities', label: '{{ _('Securitiy Labels') }}', model: SecurityModel,
id: 'securities', label: '{{ _('Security Labels') }}', model: SecurityModel,
editable: false, type: 'collection', canEdit: false,
group: '{{ _('Security') }}', canDelete: true,
mode: ['edit', 'create'], canAdd: true,
@ -370,4 +370,4 @@ function($, _, S, pgAdmin, pgBrowser, Alertify) {
}
return pgBrowser.Nodes['coll-database'];
});
});