Skip to content

Commit 1c5a3d0

Browse files
committed
feat: support Elasticsearch datasource #108
1 parent 51e511a commit 1c5a3d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/views/ds/js/ds-type.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export const dsType = [
2121
{ label: '达梦', value: 'dm' },
2222
{ label: 'Apache Doris', value: 'doris' },
2323
{ label: 'AWS Redshift', value: 'redshift' },
24-
{ label: 'Elasticsearch', value: 'es' },
24+
// { label: 'Elasticsearch', value: 'es' },
2525
]
2626

2727
export const dsTypeWithImg = [

0 commit comments

Comments
 (0)