diff --git a/src/router/infrastructure.ts b/src/router/infrastructure.ts index 2450e82a..db6304f2 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: true, + hasGroup: false, }, redirect: "/infrastructure", component: Layout, diff --git a/src/views/dashboard/List.vue b/src/views/dashboard/List.vue index f767b2b9..3d6e3127 100644 --- a/src/views/dashboard/List.vue +++ b/src/views/dashboard/List.vue @@ -61,7 +61,7 @@ limitations under the License. -->