Merge remote-tracking branch 'misskey/master' into feature/2024.9.0
This commit is contained in:
@@ -214,16 +214,6 @@ const menuDef = computed(() => [{
|
||||
text: i18n.ts.relays,
|
||||
to: '/admin/relays',
|
||||
active: currentPage.value?.route.name === 'relays',
|
||||
}, {
|
||||
icon: 'ti ti-ban',
|
||||
text: i18n.ts.instanceBlocking,
|
||||
to: '/admin/instance-block',
|
||||
active: currentPage.value?.route.name === 'instance-block',
|
||||
}, {
|
||||
icon: 'ti ti-ghost',
|
||||
text: i18n.ts.proxyAccount,
|
||||
to: '/admin/proxy-account',
|
||||
active: currentPage.value?.route.name === 'proxy-account',
|
||||
}, {
|
||||
icon: 'ph-arrow-square-out ph-bold ph-lg',
|
||||
text: i18n.ts.externalServices,
|
||||
@@ -235,10 +225,10 @@ const menuDef = computed(() => [{
|
||||
to: '/admin/system-webhook',
|
||||
active: currentPage.value?.route.name === 'system-webhook',
|
||||
}, {
|
||||
icon: 'ti ti-adjustments',
|
||||
text: i18n.ts.other,
|
||||
to: '/admin/other-settings',
|
||||
active: currentPage.value?.route.name === 'other-settings',
|
||||
icon: 'ti ti-bolt',
|
||||
text: i18n.ts.performance,
|
||||
to: '/admin/performance',
|
||||
active: currentPage.value?.route.name === 'performance',
|
||||
}],
|
||||
}, {
|
||||
title: i18n.ts.info,
|
||||
|
||||
Reference in New Issue
Block a user