web: start: add sliding menu
Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
This commit is contained in:
parent
38939a0579
commit
d4282353e7
4 changed files with 159 additions and 22 deletions
|
|
@ -51,11 +51,27 @@ remote_pages: []
|
|||
# List routes in desired display order.
|
||||
# A page not listed here is accessible via /#/route but hidden from the nav.
|
||||
menu:
|
||||
- dashboard
|
||||
- type: separator
|
||||
- type: group
|
||||
label: Réseau
|
||||
icon: vpc
|
||||
children:
|
||||
- vpcs
|
||||
- subnets
|
||||
- type: group
|
||||
label: Empty
|
||||
icon: vpc
|
||||
children: []
|
||||
- type: group
|
||||
label: Compute
|
||||
icon: vm
|
||||
children:
|
||||
- vms
|
||||
- type: separator
|
||||
- dashboard
|
||||
- type: section
|
||||
label: Réseau
|
||||
- vpcs
|
||||
- subnets
|
||||
- type: separator
|
||||
- vms
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue