Commit 19d9fd4f by zhaochengxiang

schema增加es neo4j

parent 78ea295e
...@@ -618,7 +618,7 @@ function Config({ onState }) { ...@@ -618,7 +618,7 @@ function Config({ onState }) {
parentNamePath: env?.domainId, parentNamePath: env?.domainId,
system: datasource?.id system: datasource?.id
}, },
data: ['Catalog,Database'] data: ['Catalog,Database', 'Catalog,EsDatabase', 'Catalog,Neo4jDatabase']
}, },
callback: data => { callback: data => {
setLoadingDBs(false) setLoadingDBs(false)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment