mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-14 09:00:50 +00:00
fix names
This commit is contained in:
parent
1310dca6d2
commit
20093cc96d
@ -51,7 +51,7 @@ export const routesGen: Array<RouteRecordRaw> = [
|
||||
},
|
||||
{
|
||||
path: "/database",
|
||||
name: "Database",
|
||||
name: "VirtualDatabase",
|
||||
meta: {
|
||||
title: "virtualDatabase",
|
||||
exact: true,
|
||||
@ -61,7 +61,7 @@ export const routesGen: Array<RouteRecordRaw> = [
|
||||
},
|
||||
{
|
||||
path: "/database/tab/:activeTabIndex",
|
||||
name: "DatabaseActiveTabIndex",
|
||||
name: "VirtualDatabaseActiveTabIndex",
|
||||
meta: {
|
||||
notShow: true,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user