@ -15,13 +15,13 @@ export class TitleMaintain extends BI.Widget {
items : [ {
items : [ {
type : BI . VerticalAdaptLayout . xtype ,
type : BI . VerticalAdaptLayout . xtype ,
height : 40 ,
height : 40 ,
rgap : 5 ,
hgap : 16 ,
items : [
items : [
{
{
type : BI . Button . xtype ,
type : BI . Button . xtype ,
$value : 'title-maintain-cancel' ,
$value : 'title-maintain-cancel' ,
text : BI.i18nText ( 'BI-Basic_Cancel' ) ,
text : BI.i18nText ( 'BI-Basic_Cancel' ) ,
level : 'ignore' ,
clear : true ,
handler : ( ) = > {
handler : ( ) = > {
this . store . setIsCopy ( false ) ;
this . store . setIsCopy ( false ) ;
this . store . setPageIndex ( PAGE_INDEX . CONNECTION ) ;
this . store . setPageIndex ( PAGE_INDEX . CONNECTION ) ;
@ -32,7 +32,7 @@ export class TitleMaintain extends BI.Widget {
type : BI . Button . xtype ,
type : BI . Button . xtype ,
$value : 'title-maintain-connection-test' ,
$value : 'title-maintain-connection-test' ,
text : BI.i18nText ( 'Dec-Dcm_Connection_Test' ) ,
text : BI.i18nText ( 'Dec-Dcm_Connection_Test' ) ,
level : 'ignore' ,
light : true ,
handler : ( ) = > {
handler : ( ) = > {
this . store . setTestEvent ( ) ;
this . store . setTestEvent ( ) ;
} ,
} ,
@ -47,6 +47,7 @@ export class TitleMaintain extends BI.Widget {
} ,
} ,
} ,
} ,
] ,
] ,
_hgap : - 16 ,
} ] ,
} ] ,
} ;
} ;
}
}