Browse Source

Merge pull request #165 in DEC/decision-webui-dcm from ~FRANK.QIU/decision-webui-dcm:release/10.0 to release/10.0

* commit 'b93d3327cefbf489cd0c37206ad9e1ffed1d2dc9':
  DEC-12745 fix: 连接华为fusioninsight HD
research/10.0
Frank.Qiu 5 years ago
parent
commit
60852fd69d
  1. 8
      src/modules/constants/constant.ts

8
src/modules/constants/constant.ts

@ -320,7 +320,7 @@ export const DATA_BASE_TYPES = [
internal: true,
type: 'jdbc',
hasSchema: true,
kerberos: false,
kerberos: true,
},
{
text: 'FusionInsight elk',
@ -331,7 +331,7 @@ export const DATA_BASE_TYPES = [
internal: true,
type: 'jdbc',
hasSchema: true,
kerberos: false,
kerberos: true,
},
{
text: 'FusionInsight HD',
@ -342,7 +342,7 @@ export const DATA_BASE_TYPES = [
internal: true,
type: 'jdbc',
hasSchema: false,
kerberos: false,
kerberos: true,
},
{
text: 'GaussDB 200',
@ -353,7 +353,7 @@ export const DATA_BASE_TYPES = [
internal: true,
type: 'jdbc',
hasSchema: true,
kerberos: false,
kerberos: true,
}, {
text: 'Hadoop Hive',
databaseType: 'hadoop-hive',

Loading…
Cancel
Save