enhance(frontend): tweak control panel

This commit is contained in:
syuilo
2024-09-22 16:01:13 +09:00
parent 891bbcf475
commit 3df1bb2d71
5 changed files with 175 additions and 145 deletions

View File

@@ -199,11 +199,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,