mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-10-14 20:01:28 +00:00
feat: update dashboard list and reload templates (#33)
This commit is contained in:
@@ -24,6 +24,7 @@ export const routesDatabase: Array<RouteRecordRaw> = [
|
||||
meta: {
|
||||
title: "database",
|
||||
icon: "bar_chart",
|
||||
hasGroup: true,
|
||||
},
|
||||
redirect: "/database",
|
||||
component: Layout,
|
||||
@@ -32,7 +33,7 @@ export const routesDatabase: Array<RouteRecordRaw> = [
|
||||
path: "/database",
|
||||
name: "Database",
|
||||
meta: {
|
||||
title: "database",
|
||||
title: "virtualDatabase",
|
||||
headPath: "/database",
|
||||
exact: true,
|
||||
},
|
||||
|
Reference in New Issue
Block a user