feat: add elasticsearch menu (#257)

This commit is contained in:
innerpeacez
2023-04-13 17:08:00 +08:00
committed by GitHub
parent 49a5481fb0
commit ceae10cbfa
4 changed files with 19 additions and 0 deletions

View File

@@ -90,6 +90,22 @@ export default [
layer: "REDIS",
},
},
{
path: "/elasticsearch",
name: "Elasticsearch",
meta: {
title: "elasticsearch",
layer: "ELASTICSEARCH",
},
},
{
path: "/elasticsearch/tab/:activeTabIndex",
name: "ElasticsearchActiveTabIndex",
meta: {
notShow: true,
layer: "ELASTICSEARCH",
},
},
],
},
];