Sistemazione menu e js per i grafici.
This commit is contained in:
@@ -321,21 +321,35 @@ return [
|
||||
'text' => 'Lista movimenti',
|
||||
'route' => 'movimenti',
|
||||
],
|
||||
[
|
||||
'text' => 'Categorie',
|
||||
'route' => 'categorie',
|
||||
],
|
||||
[
|
||||
'text' => 'Tags',
|
||||
'route' => 'tags',
|
||||
],
|
||||
[
|
||||
'text' => 'Report Movimenti',
|
||||
'route' => 'resoconto',
|
||||
],
|
||||
[
|
||||
'text' => 'Bilancio annuale',
|
||||
'route' => 'budget',
|
||||
[ 'text' => 'Liste',
|
||||
'url' => '#',
|
||||
'icon' => 'fas fa-fw fa-sync',
|
||||
'submenu' => [
|
||||
[
|
||||
'text' => 'Categorie',
|
||||
'route' => 'categorie',
|
||||
],
|
||||
[
|
||||
'text' => 'Tags',
|
||||
'route' => 'tags',
|
||||
],
|
||||
]
|
||||
],
|
||||
[ 'text' => 'Reports',
|
||||
'url' => '#',
|
||||
'icon' => 'fas fa-fw fa-sync',
|
||||
'submenu' => [
|
||||
|
||||
[
|
||||
'text' => 'Report Movimenti',
|
||||
'route' => 'resoconto',
|
||||
],
|
||||
[
|
||||
'text' => 'Bilancio annuale',
|
||||
'route' => 'budget',
|
||||
],
|
||||
]
|
||||
|
||||
],
|
||||
[
|
||||
'text' => 'Import/Export',
|
||||
|
||||
Reference in New Issue
Block a user