diff options
| author | syuilo <4439005+syuilo@users.noreply.github.com> | 2024-09-22 16:01:13 +0900 |
|---|---|---|
| committer | syuilo <4439005+syuilo@users.noreply.github.com> | 2024-09-22 16:01:13 +0900 |
| commit | 3df1bb2d71bfed3cc49f6576d5809ecfdbdb6fe1 (patch) | |
| tree | 7e563f6b4b5d1b41990fd1f6bc9d8b67a9c7b2e2 /packages/frontend/src/pages/admin/index.vue | |
| parent | Bump version to 2024.9.0-alpha.3 (diff) | |
| download | sharkey-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.vue | 5 |
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', |