add indices menu

This commit is contained in:
silenceqi 2020-11-12 22:40:57 +08:00
parent 034b127be1
commit bd9e230f91
1 changed files with 24 additions and 2 deletions

View File

@ -70,9 +70,31 @@ export default [
}, },
] ]
},{ },{
path: '/list/table-list', path: '/data/indices',
name: 'index', name: 'index',
component: './List/TableList', component: './DataManagement/Indices',
routes: [
{
path: '/data/indices',
redirect: '/data/indices/summary',
},
{
path: '/data/indices/summary',
component: './DataManagement/IndexSummary',
},
{
path: '/data/indices/doc',
component: './DataManagement/Document',
},
{
path: '/data/indices/template',
component: './DataManagement/IndexTemplate',
},
{
path: '/data/indices/ilm',
component: './DataManagement/IndexLifeCycle',
},
]
}, { }, {
path: '/list/table-list', path: '/list/table-list',
name: 'snapshot', name: 'snapshot',