|
|
|
@ -83,13 +83,12 @@ export class Connection extends BI.Widget {
|
|
|
|
|
items: [ |
|
|
|
|
{ |
|
|
|
|
el: { |
|
|
|
|
type: LeftRightVerticalAdapt, |
|
|
|
|
type: Htape, |
|
|
|
|
ref: (_ref: any) => { |
|
|
|
|
this.title = _ref; |
|
|
|
|
}, |
|
|
|
|
cls: 'bi-border-bottom', |
|
|
|
|
items: { |
|
|
|
|
left: [ |
|
|
|
|
items: [ |
|
|
|
|
{ |
|
|
|
|
type: Label, |
|
|
|
|
lgap: 5, |
|
|
|
@ -97,11 +96,11 @@ export class Connection extends BI.Widget {
|
|
|
|
|
this.connectionTitleWidget = _ref; |
|
|
|
|
}, |
|
|
|
|
}, |
|
|
|
|
], |
|
|
|
|
right: [ |
|
|
|
|
{ |
|
|
|
|
el: { |
|
|
|
|
type: VerticalAdapt, |
|
|
|
|
items: [{ |
|
|
|
|
type: Button, |
|
|
|
|
rgap: 5, |
|
|
|
|
level: 'ignore', |
|
|
|
|
invisible: true, |
|
|
|
|
text: BI.i18nText('Dec-Dcm_Edit'), |
|
|
|
@ -115,10 +114,12 @@ export class Connection extends BI.Widget {
|
|
|
|
|
}) |
|
|
|
|
.catch(() => {}); |
|
|
|
|
}, |
|
|
|
|
}], |
|
|
|
|
}, |
|
|
|
|
width: 90, |
|
|
|
|
}, |
|
|
|
|
], |
|
|
|
|
}, |
|
|
|
|
}, |
|
|
|
|
height: 40, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|