|
|
|
@ -423,7 +423,7 @@ export class FormJdbc extends BI.Widget {
|
|
|
|
|
{ |
|
|
|
|
type: BI.Editor.xtype, |
|
|
|
|
$value: 'password', |
|
|
|
|
cls: 'bi-border bi-border-radius', |
|
|
|
|
cls: 'bi-border-bottom', |
|
|
|
|
width: EDITOR_WIDTH, |
|
|
|
|
height: EDITOR_HEIGHT, |
|
|
|
|
allowBlank: true, |
|
|
|
@ -715,7 +715,7 @@ export class FormJdbc extends BI.Widget {
|
|
|
|
|
{ |
|
|
|
|
type: BI.Editor.xtype, |
|
|
|
|
$value: 'temporary-file-pieces-limit', |
|
|
|
|
cls: 'bi-border bi-border-radius', |
|
|
|
|
cls: 'bi-border-bottom', |
|
|
|
|
width: EDITOR_WIDTH, |
|
|
|
|
height: EDITOR_HEIGHT, |
|
|
|
|
allowBlank: true, |
|
|
|
@ -735,7 +735,7 @@ export class FormJdbc extends BI.Widget {
|
|
|
|
|
{ |
|
|
|
|
type: BI.Editor.xtype, |
|
|
|
|
$value: 'temporary-file-size-limit', |
|
|
|
|
cls: 'bi-border bi-border-radius', |
|
|
|
|
cls: 'bi-border-bottom', |
|
|
|
|
width: EDITOR_WIDTH, |
|
|
|
|
height: EDITOR_HEIGHT, |
|
|
|
|
allowBlank: true, |
|
|
|
@ -801,7 +801,7 @@ export class FormJdbc extends BI.Widget {
|
|
|
|
|
{ |
|
|
|
|
type: BI.Editor.xtype, |
|
|
|
|
$value: 'hdfs-connection-address', |
|
|
|
|
cls: 'bi-border bi-border-radius', |
|
|
|
|
cls: 'bi-border-bottom', |
|
|
|
|
width: EDITOR_WIDTH, |
|
|
|
|
height: EDITOR_HEIGHT, |
|
|
|
|
allowBlank: true, |
|
|
|
|