mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-15 14:24:39 +00:00
perf: Platform glolab org
This commit is contained in:
@@ -2,6 +2,7 @@ import i18n from '@/i18n/i18n'
|
||||
import empty from '@/layout/empty'
|
||||
import XPackRoutes from './xpack'
|
||||
|
||||
const globalSubmenu = () => import('@/layout/globalOrg.vue')
|
||||
export default [
|
||||
{
|
||||
path: 'assets',
|
||||
@@ -293,11 +294,12 @@ export default [
|
||||
},
|
||||
{
|
||||
path: 'platforms',
|
||||
component: empty,
|
||||
component: globalSubmenu,
|
||||
meta: {
|
||||
permissions: ['assets.view_platform'],
|
||||
resource: 'platform',
|
||||
icon: 'platform'
|
||||
icon: 'platform',
|
||||
disableOrgsChange: true
|
||||
},
|
||||
redirect: '',
|
||||
children: [
|
||||
|
||||
@@ -128,7 +128,7 @@ export default {
|
||||
meta: {
|
||||
title: i18n.t('BaseStorage'),
|
||||
app: 'terminal',
|
||||
permissions: ['settings.change_terminal']
|
||||
permissions: ['terminal.view_commandstorage | terminal.view_replaystorage']
|
||||
},
|
||||
children: [
|
||||
{
|
||||
|
||||
@@ -46,7 +46,7 @@ export default {
|
||||
mfa_level: {
|
||||
disabled: false,
|
||||
tips: {
|
||||
2: this.$t('If force enable, user can not disable by themselves')
|
||||
2: this.$t('forceEnableMFAHelpText')
|
||||
}
|
||||
},
|
||||
email: {
|
||||
|
||||
Reference in New Issue
Block a user