summaryrefslogtreecommitdiff
path: root/packages/frontend/src/pages/admin/index.vue
diff options
context:
space:
mode:
authorsyuilo <4439005+syuilo@users.noreply.github.com>2024-09-22 16:01:13 +0900
committersyuilo <4439005+syuilo@users.noreply.github.com>2024-09-22 16:01:13 +0900
commit3df1bb2d71bfed3cc49f6576d5809ecfdbdb6fe1 (patch)
tree7e563f6b4b5d1b41990fd1f6bc9d8b67a9c7b2e2 /packages/frontend/src/pages/admin/index.vue
parentBump version to 2024.9.0-alpha.3 (diff)
downloadsharkey-3df1bb2d71bfed3cc49f6576d5809ecfdbdb6fe1.tar.gz
sharkey-3df1bb2d71bfed3cc49f6576d5809ecfdbdb6fe1.tar.bz2
sharkey-3df1bb2d71bfed3cc49f6576d5809ecfdbdb6fe1.zip
enhance(frontend): tweak control panel
Diffstat (limited to 'packages/frontend/src/pages/admin/index.vue')
-rw-r--r--packages/frontend/src/pages/admin/index.vue5
1 files changed, 0 insertions, 5 deletions
diff --git a/packages/frontend/src/pages/admin/index.vue b/packages/frontend/src/pages/admin/index.vue
index 40dec55deb..cd1dd2ca9d 100644
--- a/packages/frontend/src/pages/admin/index.vue
+++ b/packages/frontend/src/pages/admin/index.vue
@@ -200,11 +200,6 @@ const menuDef = computed(() => [{
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',