@ -147,20 +147,18 @@ export class Datebase extends BI.Widget {
items : [
items : [
{
{
el : {
el : {
type : BI . HTape Layout. xtype ,
type : BI . VerticalAdapt Layout. xtype ,
hgap : 20 ,
hgap : 20 ,
invisible : true ,
invisible : true ,
items : [
items : [
{
{
type : BI . Label . xtype ,
type : BI . Label . xtype ,
width : 70 ,
textAlign : 'left' ,
textAlign : 'left' ,
text : BI.i18nText ( 'Dec-Dcm_Connection_Type_Filter' ) ,
text : BI.i18nText ( 'Dec-Dcm_Connection_Type_Filter' ) ,
title : BI.i18nText ( 'Dec-Dcm_Connection_Type_Filter' ) ,
title : BI.i18nText ( 'Dec-Dcm_Connection_Type_Filter' ) ,
} ,
} ,
{
{
type : BI . MultiSelectItem . xtype ,
type : BI . MultiSelectItem . xtype ,
width : 80 ,
selected : this.model.isInternal ,
selected : this.model.isInternal ,
text : BI.i18nText ( 'Dec-Dcm_Connection_Support_Inner' ) ,
text : BI.i18nText ( 'Dec-Dcm_Connection_Support_Inner' ) ,
title : BI.i18nText ( 'Dec-Dcm_Connection_Support_Inner' ) ,
title : BI.i18nText ( 'Dec-Dcm_Connection_Support_Inner' ) ,
@ -173,7 +171,6 @@ export class Datebase extends BI.Widget {
} ,
} ,
{
{
type : BI . MultiSelectItem . xtype ,
type : BI . MultiSelectItem . xtype ,
width : 80 ,
selected : this.model.isPlugin ,
selected : this.model.isPlugin ,
text : BI.i18nText ( 'Dec-Dcm_Connection_Support_Plugin' ) ,
text : BI.i18nText ( 'Dec-Dcm_Connection_Support_Plugin' ) ,
title : BI.i18nText ( 'Dec-Dcm_Connection_Support_Plugin' ) ,
title : BI.i18nText ( 'Dec-Dcm_Connection_Support_Plugin' ) ,