|
|
|
@ -47,17 +47,20 @@ export class TimeOutSetting extends BI.Widget {
|
|
|
|
|
vgap: 10, |
|
|
|
|
items: [ |
|
|
|
|
{ |
|
|
|
|
type: 'bi.vertical_adapt', |
|
|
|
|
hgap: 16, |
|
|
|
|
cls: 'bi-border-bottom', |
|
|
|
|
height: 32, |
|
|
|
|
items: [{ |
|
|
|
|
type: 'bi.label', |
|
|
|
|
textAlign: 'left', |
|
|
|
|
width: 120, |
|
|
|
|
cls: 'dec-font-weight-bold', |
|
|
|
|
text: BI.i18nText('Dec-Dcm_Connection_Timeout_Detection'), |
|
|
|
|
}] |
|
|
|
|
el: { |
|
|
|
|
type: 'bi.vertical_adapt', |
|
|
|
|
hgap: 16, |
|
|
|
|
cls: 'bi-border-bottom', |
|
|
|
|
height: 40, |
|
|
|
|
items: [{ |
|
|
|
|
type: 'bi.label', |
|
|
|
|
textAlign: 'left', |
|
|
|
|
width: 120, |
|
|
|
|
cls: 'dec-font-weight-bold', |
|
|
|
|
text: BI.i18nText('Dec-Dcm_Connection_Timeout_Detection'), |
|
|
|
|
}], |
|
|
|
|
} |
|
|
|
|
,tgap: -10, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
type: 'bi.vertical_adapt', |
|
|
|
@ -84,7 +87,7 @@ export class TimeOutSetting extends BI.Widget {
|
|
|
|
|
lgap: 10, |
|
|
|
|
}] |
|
|
|
|
|
|
|
|
|
},
|
|
|
|
|
}, |
|
|
|
|
] |
|
|
|
|
}], |
|
|
|
|
ref: function (_ref) { |
|
|
|
@ -92,4 +95,4 @@ export class TimeOutSetting extends BI.Widget {
|
|
|
|
|
}, |
|
|
|
|
}; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|