@ -54,8 +54,7 @@ export class TipFail extends BI.Widget {
} ] ,
} ] ,
} , {
} , {
type : BI . Label . xtype ,
type : BI . Label . xtype ,
height : 14 ,
_bgap : 10 ,
bgap : 10 ,
text : tipText ,
text : tipText ,
ref : ( _ref :Label ) = > {
ref : ( _ref :Label ) = > {
this . failText = _ref ;
this . failText = _ref ;
@ -63,12 +62,12 @@ export class TipFail extends BI.Widget {
} ,
} ,
{
{
type : BI . VerticalAdaptLayout . xtype ,
type : BI . VerticalAdaptLayout . xtype ,
hgap : 5 ,
_hgap : 12 ,
items : [
items : [
{
{
type : BI . Button . xtype ,
type : BI . Button . xtype ,
text : BI.i18nText ( 'Dec-Dcm_Connection_Detailed_Information' ) ,
text : BI.i18nText ( 'Dec-Dcm_Connection_Detailed_Information' ) ,
level : 'ignore' ,
clear : true ,
ref : ( _ref : Button ) = > {
ref : ( _ref : Button ) = > {
this . detailButton = _ref ;
this . detailButton = _ref ;
} ,
} ,
@ -79,8 +78,8 @@ export class TipFail extends BI.Widget {
} ,
} ,
{
{
type : BI . Button . xtype ,
type : BI . Button . xtype ,
light : true ,
text : BI.i18nText ( 'Dec-Dcm_Back' ) ,
text : BI.i18nText ( 'Dec-Dcm_Back' ) ,
level : 'ignore' ,
handler : ( ) = > {
handler : ( ) = > {
this . fireEvent ( TipFail . EVENT_CLOSE ) ;
this . fireEvent ( TipFail . EVENT_CLOSE ) ;
} ,
} ,