We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51e511a commit 1c5a3d0Copy full SHA for 1c5a3d0
frontend/src/views/ds/js/ds-type.ts
@@ -21,7 +21,7 @@ export const dsType = [
21
{ label: '达梦', value: 'dm' },
22
{ label: 'Apache Doris', value: 'doris' },
23
{ label: 'AWS Redshift', value: 'redshift' },
24
- { label: 'Elasticsearch', value: 'es' },
+ // { label: 'Elasticsearch', value: 'es' },
25
]
26
27
export const dsTypeWithImg = [
0 commit comments