|
|
|
@ -639,15 +639,16 @@ export class FormJdbc extends BI.Widget {
|
|
|
|
|
], |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
el: { |
|
|
|
|
type: BI.VerticalLayout.xtype, |
|
|
|
|
ref: (_ref: VerticalLayout) => { |
|
|
|
|
this.sshSet = _ref; |
|
|
|
|
}, |
|
|
|
|
bgap: vgap, |
|
|
|
|
invisible: true, |
|
|
|
|
items: [ |
|
|
|
|
{ |
|
|
|
|
type: FormItem.xtype, |
|
|
|
|
bgap: -15, |
|
|
|
|
name: BI.i18nText('Dec-Dcm_Connection_Tunnel', 'SSH'), |
|
|
|
|
forms: [ |
|
|
|
|
{ |
|
|
|
@ -671,11 +672,12 @@ export class FormJdbc extends BI.Widget {
|
|
|
|
|
], |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
el: { |
|
|
|
|
type: BI.VerticalLayout.xtype, |
|
|
|
|
ref: (_ref: VerticalLayout) => { |
|
|
|
|
this.sshForm = _ref; |
|
|
|
|
}, |
|
|
|
|
vgap, |
|
|
|
|
bgap: vgap, |
|
|
|
|
invisible: !usingSsh, |
|
|
|
|
items: [ |
|
|
|
|
{ |
|
|
|
@ -794,8 +796,10 @@ export class FormJdbc extends BI.Widget {
|
|
|
|
|
}, |
|
|
|
|
], |
|
|
|
|
}, |
|
|
|
|
}, |
|
|
|
|
], |
|
|
|
|
}, |
|
|
|
|
}, |
|
|
|
|
// SSL设置
|
|
|
|
|
{ |
|
|
|
|
type: Collapse.xtype, |
|
|
|
@ -812,15 +816,16 @@ export class FormJdbc extends BI.Widget {
|
|
|
|
|
], |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
el: { |
|
|
|
|
type: BI.VerticalLayout.xtype, |
|
|
|
|
ref: (_ref: VerticalLayout) => { |
|
|
|
|
this.sslSet = _ref; |
|
|
|
|
}, |
|
|
|
|
bgap: vgap, |
|
|
|
|
invisible: true, |
|
|
|
|
items: [ |
|
|
|
|
{ |
|
|
|
|
type: FormItem.xtype, |
|
|
|
|
bgap: -15, |
|
|
|
|
name: BI.i18nText('Dec-Dcm_Connection_Tunnel', 'SSL'), |
|
|
|
|
forms: [ |
|
|
|
|
{ |
|
|
|
@ -844,11 +849,12 @@ export class FormJdbc extends BI.Widget {
|
|
|
|
|
], |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
el: { |
|
|
|
|
type: BI.VerticalLayout.xtype, |
|
|
|
|
ref: (_ref: VerticalLayout) => { |
|
|
|
|
this.sslForm = _ref; |
|
|
|
|
}, |
|
|
|
|
vgap, |
|
|
|
|
bgap: vgap, |
|
|
|
|
invisible: !usingSsl, |
|
|
|
|
items: [ |
|
|
|
|
{ |
|
|
|
@ -914,12 +920,13 @@ export class FormJdbc extends BI.Widget {
|
|
|
|
|
}, |
|
|
|
|
], |
|
|
|
|
}, |
|
|
|
|
}, |
|
|
|
|
], |
|
|
|
|
}, |
|
|
|
|
}, |
|
|
|
|
// 高级设置
|
|
|
|
|
{ |
|
|
|
|
type: Collapse.xtype, |
|
|
|
|
bgap: -15, |
|
|
|
|
width: 100, |
|
|
|
|
name: BI.i18nText('Dec-Dcm_Connection_Form_Database_More_Setting'), |
|
|
|
|
listeners: [ |
|
|
|
@ -932,9 +939,9 @@ export class FormJdbc extends BI.Widget {
|
|
|
|
|
], |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
el: { |
|
|
|
|
type: BI.VerticalLayout.xtype, |
|
|
|
|
vgap, |
|
|
|
|
tgap: -15, |
|
|
|
|
bgap: vgap, |
|
|
|
|
invisible: true, |
|
|
|
|
ref: (_ref: VerticalLayout) => { |
|
|
|
|
this.advancedSet = _ref; |
|
|
|
@ -942,7 +949,6 @@ export class FormJdbc extends BI.Widget {
|
|
|
|
|
items: [ |
|
|
|
|
{ |
|
|
|
|
type: FormItem.xtype, |
|
|
|
|
tgap: 15, |
|
|
|
|
name: BI.i18nText('Dec-Dcm_Connection_Form_Database_Initial_Size'), |
|
|
|
|
forms: [ |
|
|
|
|
{ |
|
|
|
@ -1153,6 +1159,7 @@ export class FormJdbc extends BI.Widget {
|
|
|
|
|
}, |
|
|
|
|
], |
|
|
|
|
}, |
|
|
|
|
}, |
|
|
|
|
], |
|
|
|
|
}; |
|
|
|
|
} |
|
|
|
|