Browse Source

Merge pull request #7936 in DEC/decision-webui-dcm from bugfix/11.0 to feature/x

* commit '3702986dabd8d39f4aa6c28fcac68978fbf835a7':
  BI-131621 fix: 修复国际化展示问题
feature/x
superman 1 year ago
parent
commit
cacebd3d40
  1. 2
      src/modules/pages/connection/connection.ts

2
src/modules/pages/connection/connection.ts

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

Loading…
Cancel
Save