mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-09-08 15:44:55 +08:00
fix: Fix menu name display issue (#9862)
This commit is contained in:
parent
9b726d5d22
commit
7a44493d13
1 changed files with 4 additions and 4 deletions
|
@ -81,8 +81,8 @@ const hostRouter = {
|
|||
name: 'Process',
|
||||
component: () => import('@/views/host/process/process/index.vue'),
|
||||
meta: {
|
||||
parent: 'menu.processManage',
|
||||
title: 'menu.process',
|
||||
title: 'menu.processManage',
|
||||
detail: 'menu.process',
|
||||
activeMenu: '/hosts/process/process',
|
||||
keepAlive: true,
|
||||
requiresAuth: false,
|
||||
|
@ -105,8 +105,8 @@ const hostRouter = {
|
|||
name: 'SSH',
|
||||
component: () => import('@/views/host/ssh/ssh/index.vue'),
|
||||
meta: {
|
||||
parent: 'menu.ssh',
|
||||
title: 'menu.config',
|
||||
title: 'menu.ssh',
|
||||
detail: 'menu.config',
|
||||
activeMenu: '/hosts/ssh/ssh',
|
||||
keepAlive: true,
|
||||
requiresAuth: false,
|
||||
|
|
Loading…
Add table
Reference in a new issue