Browse Source
* commit '6c30ab46434cbeeb88d2951174f25586cfc25283': fix: 修改i18n的写法 fix: DEC-11815 修改数据连接名称的长度限制research/10.0
alan
5 years ago
5 changed files with 18 additions and 6 deletions
@ -1,2 +1,6 @@
|
||||
export const CONSTANT_PLUGIN_TYPES = 'dec.constant.database.conf.connect.types'; |
||||
BI.constant(CONSTANT_PLUGIN_TYPES, []); |
||||
/** |
||||
* 数据连接名称的最大长度 |
||||
*/ |
||||
export const NAME_MAX_LENGTH = 150; |
||||
|
Loading…
Reference in new issue