diff --git a/src/router/infrastructure.ts b/src/router/infrastructure.ts index db6304f2..2450e82a 100644 --- a/src/router/infrastructure.ts +++ b/src/router/infrastructure.ts @@ -25,7 +25,7 @@ export const routesInfra: Array = [ title: "infrastructure", icon: "scatter_plot", exact: true, - hasGroup: false, + hasGroup: true, }, redirect: "/infrastructure", component: Layout, diff --git a/src/views/dashboard/List.vue b/src/views/dashboard/List.vue index 3d6e3127..f767b2b9 100644 --- a/src/views/dashboard/List.vue +++ b/src/views/dashboard/List.vue @@ -61,7 +61,7 @@ limitations under the License. -->