enhance(frontend): tweak control panel
This commit is contained in:
parent
d435d04eaf
commit
6ba97a7763
4 changed files with 40 additions and 80 deletions
|
|
@ -199,11 +199,6 @@ const menuDef = computed(() => [{
|
|||
text: i18n.ts.relays,
|
||||
to: '/admin/relays',
|
||||
active: currentPage.value?.route.name === 'relays',
|
||||
}, {
|
||||
icon: 'ti ti-ghost',
|
||||
text: i18n.ts.proxyAccount,
|
||||
to: '/admin/proxy-account',
|
||||
active: currentPage.value?.route.name === 'proxy-account',
|
||||
}, {
|
||||
icon: 'ti ti-link',
|
||||
text: i18n.ts.externalServices,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue