enhance(frontend): tweak control panel
This commit is contained in:
parent
3df1bb2d71
commit
8ad9f7209b
5 changed files with 107 additions and 37 deletions
|
|
@ -215,10 +215,10 @@ const menuDef = computed(() => [{
|
|||
to: '/admin/system-webhook',
|
||||
active: currentPage.value?.route.name === 'system-webhook',
|
||||
}, {
|
||||
icon: 'ti ti-adjustments',
|
||||
text: i18n.ts.other,
|
||||
to: '/admin/other-settings',
|
||||
active: currentPage.value?.route.name === 'other-settings',
|
||||
icon: 'ti ti-bolt',
|
||||
text: i18n.ts.performance,
|
||||
to: '/admin/performance',
|
||||
active: currentPage.value?.route.name === 'performance',
|
||||
}],
|
||||
}, {
|
||||
title: i18n.ts.info,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue