mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-11-21 00:09:07 +08:00
fix: Fix menu name display issue (#9861)
This commit is contained in:
parent
78e3d9e5fb
commit
9b726d5d22
1 changed files with 2 additions and 2 deletions
|
|
@ -47,8 +47,8 @@ const hostRouter = {
|
|||
name: 'FirewallPort',
|
||||
component: () => import('@/views/host/firewall/port/index.vue'),
|
||||
meta: {
|
||||
parent: 'menu.firewall',
|
||||
title: 'firewall.portRule',
|
||||
title: 'menu.firewall',
|
||||
detail: 'firewall.portRule',
|
||||
requiresAuth: false,
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue