|
|
@ -71,6 +71,8 @@ export class Connection extends BI.Widget { |
|
|
|
{ |
|
|
|
{ |
|
|
|
type: BI.Button.xtype, |
|
|
|
type: BI.Button.xtype, |
|
|
|
text: BI.i18nText('Dec-Dcm_Connection_New'), |
|
|
|
text: BI.i18nText('Dec-Dcm_Connection_New'), |
|
|
|
|
|
|
|
minWidth: 0, |
|
|
|
|
|
|
|
width: 98, |
|
|
|
handler: () => { |
|
|
|
handler: () => { |
|
|
|
this.store.createNewConnection(); |
|
|
|
this.store.createNewConnection(); |
|
|
|
}, |
|
|
|
}, |
|
|
|