Skip to content

Commit 9b726d5

Browse files
authored
fix: Fix menu name display issue (1Panel-dev#9861)
1 parent 78e3d9e commit 9b726d5

File tree

1 file changed

+2
-2
lines changed
  • frontend/src/routers/modules

1 file changed

+2
-2
lines changed

frontend/src/routers/modules/host.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ const hostRouter = {
4747
name: 'FirewallPort',
4848
component: () => import('@/views/host/firewall/port/index.vue'),
4949
meta: {
50-
parent: 'menu.firewall',
51-
title: 'firewall.portRule',
50+
title: 'menu.firewall',
51+
detail: 'firewall.portRule',
5252
requiresAuth: false,
5353
},
5454
},

0 commit comments

Comments
 (0)