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",
|
path: "/database",
|
||||||
name: "Database",
|
name: "VirtualDatabase",
|
||||||
meta: {
|
meta: {
|
||||||
title: "virtualDatabase",
|
title: "virtualDatabase",
|
||||||
exact: true,
|
exact: true,
|
||||||
@ -61,7 +61,7 @@ export const routesGen: Array<RouteRecordRaw> = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: "/database/tab/:activeTabIndex",
|
path: "/database/tab/:activeTabIndex",
|
||||||
name: "DatabaseActiveTabIndex",
|
name: "VirtualDatabaseActiveTabIndex",
|
||||||
meta: {
|
meta: {
|
||||||
notShow: true,
|
notShow: true,
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user