Subnode collection layout improvements, with additional tweaks from me.

This commit is contained in:
Arun Kollan
2016-03-15 12:30:01 +00:00
committed by Dave Page
parent b1d26db8d9
commit cdd7a1f637
3 changed files with 133 additions and 94 deletions

View File

@@ -22,10 +22,12 @@ function($, _, S, pgAdmin, pgBrowser, Alertify) {
},
schema: [{
id: 'provider', label: '{{ _('Provider') }}',
type: 'text', editable: true
type: 'text', editable: true,
cellHeaderClasses:'width_percent_50'
},{
id: 'security_label', label: '{{ _('Security Label') }}',
type: 'text', editable: true
type: 'text', editable: true,
cellHeaderClasses:'width_percent_50'
}],
validate: function() {
var err = {},