@ -15,13 +15,13 @@ export class TitleMaintain extends BI.Widget {
items : [ {
items : [ {
type : BI . VerticalAdaptLayout . xtype ,
type : BI . VerticalAdaptLayout . xtype ,
height : 40 ,
height : 40 ,
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' ) ,
clear : true ,
clear : true ,
_rgap : 16 ,
handler : ( ) = > {
handler : ( ) = > {
this . store . setIsCopy ( false ) ;
this . store . setIsCopy ( false ) ;
this . store . setPageIndex ( PAGE_INDEX . CONNECTION ) ;
this . store . setPageIndex ( PAGE_INDEX . CONNECTION ) ;
@ -30,6 +30,7 @@ export class TitleMaintain extends BI.Widget {
} ,
} ,
{
{
type : BI . Button . xtype ,
type : BI . Button . xtype ,
_rgap : 16 ,
$value : 'title-maintain-connection-test' ,
$value : 'title-maintain-connection-test' ,
text : BI.i18nText ( 'Dec-Dcm_Connection_Test' ) ,
text : BI.i18nText ( 'Dec-Dcm_Connection_Test' ) ,
light : true ,
light : true ,
@ -39,6 +40,7 @@ export class TitleMaintain extends BI.Widget {
} ,
} ,
{
{
type : BI . Button . xtype ,
type : BI . Button . xtype ,
_rgap : 16 ,
$value : 'title-maintain-save' ,
$value : 'title-maintain-save' ,
text : BI.i18nText ( 'BI-Basic_Save' ) ,
text : BI.i18nText ( 'BI-Basic_Save' ) ,
handler : ( ) = > {
handler : ( ) = > {
@ -47,7 +49,6 @@ export class TitleMaintain extends BI.Widget {
} ,
} ,
} ,
} ,
] ,
] ,
_hgap : - 16 ,
} ] ,
} ] ,
} ;
} ;
}
}