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

@@ -462,10 +462,6 @@ const routes: RouteDef[] = [{
path: '/relays',
name: 'relays',
component: page(() => import('@/pages/admin/relays.vue')),
}, {
path: '/instance-block',
name: 'instance-block',
component: page(() => import('@/pages/admin/instance-block.vue')),
}, {
path: '/proxy-account',
name: 'proxy-account',