We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78e3d9e commit 9b726d5Copy full SHA for 9b726d5
frontend/src/routers/modules/host.ts
@@ -47,8 +47,8 @@ const hostRouter = {
47
name: 'FirewallPort',
48
component: () => import('@/views/host/firewall/port/index.vue'),
49
meta: {
50
- parent: 'menu.firewall',
51
- title: 'firewall.portRule',
+ title: 'menu.firewall',
+ detail: 'firewall.portRule',
52
requiresAuth: false,
53
},
54
0 commit comments