|
|
@ -423,7 +423,7 @@ export class FormJdbc extends BI.Widget { |
|
|
|
{ |
|
|
|
{ |
|
|
|
type: BI.Editor.xtype, |
|
|
|
type: BI.Editor.xtype, |
|
|
|
$value: 'password', |
|
|
|
$value: 'password', |
|
|
|
cls: 'bi-border bi-border-radius', |
|
|
|
cls: 'bi-border-bottom', |
|
|
|
width: EDITOR_WIDTH, |
|
|
|
width: EDITOR_WIDTH, |
|
|
|
height: EDITOR_HEIGHT, |
|
|
|
height: EDITOR_HEIGHT, |
|
|
|
allowBlank: true, |
|
|
|
allowBlank: true, |
|
|
@ -573,6 +573,7 @@ export class FormJdbc extends BI.Widget { |
|
|
|
forms: [ |
|
|
|
forms: [ |
|
|
|
{ |
|
|
|
{ |
|
|
|
type: BI.VerticalLayout.xtype, |
|
|
|
type: BI.VerticalLayout.xtype, |
|
|
|
|
|
|
|
height: 55, |
|
|
|
items: [ |
|
|
|
items: [ |
|
|
|
{ |
|
|
|
{ |
|
|
|
type: BI.FloatLeftLayout.xtype, |
|
|
|
type: BI.FloatLeftLayout.xtype, |
|
|
@ -595,9 +596,9 @@ export class FormJdbc extends BI.Widget { |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
type: BI.TextValueCombo.xtype, |
|
|
|
type: BI.TextValueCombo.xtype, |
|
|
|
|
|
|
|
_tgap: 15, |
|
|
|
$value: 'schema', |
|
|
|
$value: 'schema', |
|
|
|
width: EDITOR_WIDTH, |
|
|
|
width: EDITOR_WIDTH, |
|
|
|
tgap: 15, |
|
|
|
|
|
|
|
disabled: true, |
|
|
|
disabled: true, |
|
|
|
value: schema, |
|
|
|
value: schema, |
|
|
|
items: schema ? [{ text: schema, value: schema }] : [], |
|
|
|
items: schema ? [{ text: schema, value: schema }] : [], |
|
|
@ -715,7 +716,7 @@ export class FormJdbc extends BI.Widget { |
|
|
|
{ |
|
|
|
{ |
|
|
|
type: BI.Editor.xtype, |
|
|
|
type: BI.Editor.xtype, |
|
|
|
$value: 'temporary-file-pieces-limit', |
|
|
|
$value: 'temporary-file-pieces-limit', |
|
|
|
cls: 'bi-border bi-border-radius', |
|
|
|
cls: 'bi-border-bottom', |
|
|
|
width: EDITOR_WIDTH, |
|
|
|
width: EDITOR_WIDTH, |
|
|
|
height: EDITOR_HEIGHT, |
|
|
|
height: EDITOR_HEIGHT, |
|
|
|
allowBlank: true, |
|
|
|
allowBlank: true, |
|
|
@ -735,7 +736,7 @@ export class FormJdbc extends BI.Widget { |
|
|
|
{ |
|
|
|
{ |
|
|
|
type: BI.Editor.xtype, |
|
|
|
type: BI.Editor.xtype, |
|
|
|
$value: 'temporary-file-size-limit', |
|
|
|
$value: 'temporary-file-size-limit', |
|
|
|
cls: 'bi-border bi-border-radius', |
|
|
|
cls: 'bi-border-bottom', |
|
|
|
width: EDITOR_WIDTH, |
|
|
|
width: EDITOR_WIDTH, |
|
|
|
height: EDITOR_HEIGHT, |
|
|
|
height: EDITOR_HEIGHT, |
|
|
|
allowBlank: true, |
|
|
|
allowBlank: true, |
|
|
@ -801,7 +802,7 @@ export class FormJdbc extends BI.Widget { |
|
|
|
{ |
|
|
|
{ |
|
|
|
type: BI.Editor.xtype, |
|
|
|
type: BI.Editor.xtype, |
|
|
|
$value: 'hdfs-connection-address', |
|
|
|
$value: 'hdfs-connection-address', |
|
|
|
cls: 'bi-border bi-border-radius', |
|
|
|
cls: 'bi-border-bottom', |
|
|
|
width: EDITOR_WIDTH, |
|
|
|
width: EDITOR_WIDTH, |
|
|
|
height: EDITOR_HEIGHT, |
|
|
|
height: EDITOR_HEIGHT, |
|
|
|
allowBlank: true, |
|
|
|
allowBlank: true, |
|
|
|