|
|
|
@ -573,6 +573,7 @@ export class FormJdbc extends BI.Widget {
|
|
|
|
|
forms: [ |
|
|
|
|
{ |
|
|
|
|
type: BI.VerticalLayout.xtype, |
|
|
|
|
height: 55, |
|
|
|
|
items: [ |
|
|
|
|
{ |
|
|
|
|
type: BI.FloatLeftLayout.xtype, |
|
|
|
@ -595,9 +596,9 @@ export class FormJdbc extends BI.Widget {
|
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
type: BI.TextValueCombo.xtype, |
|
|
|
|
_tgap: 15, |
|
|
|
|
$value: 'schema', |
|
|
|
|
width: EDITOR_WIDTH, |
|
|
|
|
tgap: 15, |
|
|
|
|
disabled: true, |
|
|
|
|
value: schema, |
|
|
|
|
items: schema ? [{ text: schema, value: schema }] : [], |
|
|
|
|