fix: simplify menu structure in monitor router module
gitea/salix-front/pipeline/pr-dev This commit is unstable Details

This commit is contained in:
Javier Segarra 2025-03-16 12:53:24 +01:00
parent 3a590d5639
commit 8f775869ae
1 changed files with 1 additions and 4 deletions

View File

@ -8,13 +8,10 @@ export default {
icon: 'grid_view', icon: 'grid_view',
moduleName: 'Monitor', moduleName: 'Monitor',
keyBinding: 'm', keyBinding: 'm',
menu: ['MonitorTickets', 'MonitorClientsActions'],
}, },
component: RouterView, component: RouterView,
redirect: { name: 'MonitorMain' }, redirect: { name: 'MonitorMain' },
menus: {
main: ['MonitorTickets', 'MonitorClientsActions'],
card: [],
},
children: [ children: [
{ {
path: '', path: '',