Skip to content

Instantly share code, notes, and snippets.

@GreyHat147
Created February 28, 2019 19:48
Show Gist options
  • Save GreyHat147/8ff5c1f609aef48ff6c7108e4618f3ae to your computer and use it in GitHub Desktop.
Save GreyHat147/8ff5c1f609aef48ff6c7108e4618f3ae to your computer and use it in GitHub Desktop.
Estructura menu Sidebar
[
{
'title': 'Localizacion Inteligente',
'icon': 'place',
'subMenu': [
{
'title': 'Uno a Uno',
'icon': 'my_location',
'route': '/geoassisted',
},
{
'title': 'Punteo Manual',
'icon': 'add_location',
'route': '/geoinverse',
},
{
'title': 'Geoinverso',
'icon': 'explore',
'route': '/geoinverse',
},
{
'title': 'Masivo',
'icon': 'explore',
'route': '/admin/zone/control',
},
{
'title': 'Historico',
'icon': 'find_in_page',
'route': '/admin/zone/control',
},
]
},
{
'title': 'Zonfificar',
'icon': 'zoom_out_map',
'subMenu': [
{
'title': 'Cargue de Zonas',
'icon': 'layers',
'route': '/masivos/upload/file/zoner'
},
{
'title': 'Uno a Uno',
'icon': 'my_location',
'route': '/geoassisted',
},
{
'title': 'Punteo Manual',
'icon': 'add_location',
'route': '/geoinverse',
},
{
'title': 'Masivo',
'icon': 'add_location'
},
{
'title': 'Historico',
'icon': 'find_in_page'
},
]
},
{
'title': 'Administración',
'icon': 'settings',
'subMenu': [
{
'title': 'Perfiles',
'icon': 'group_add',
'route': '/admin/profiles'
},
{
'title': 'Usuarios',
'icon': 'people',
'route': '/admin/users'
},
{
'title': 'Consumo',
'icon': 'wb_incandescent'
},
{
'title': 'Servicios',
'icon': 'format_list_bulleted'
},
]
},
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment