Merge pull request 'fix: simplify menu structure in monitor router module' (!1602) from fix_monitor_leftMenu into dev
Reviewed-on: #1602 Reviewed-by: Jorge Penadés <jorgep@verdnatura.es>
This commit is contained in:
commit
c8dafb65e4
|
@ -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: '',
|
||||||
|
|
Loading…
Reference in New Issue