|
|
|
@ -81,6 +81,14 @@ export class Connection extends BI.Widget {
|
|
|
|
|
type: 'dec.connection.driver.entry', |
|
|
|
|
invisible: !BI.Services.getService('dec.service.global').isAdmin(), |
|
|
|
|
from: '.dec-dcm', |
|
|
|
|
listeners: [ |
|
|
|
|
{ |
|
|
|
|
eventName: 'EVENT_CLOSE', |
|
|
|
|
action: () => { |
|
|
|
|
this.reset(); |
|
|
|
|
}, |
|
|
|
|
}, |
|
|
|
|
], |
|
|
|
|
}, |
|
|
|
|
], |
|
|
|
|
}, |
|
|
|
|