29 lines
393 B
JSON
29 lines
393 B
JSON
[
|
|
{
|
|
"label": "Dashboard",
|
|
"href": "#/dashboard",
|
|
"icon": "dashboard"
|
|
},
|
|
{
|
|
"type": "section",
|
|
"label": "Réseau"
|
|
},
|
|
{
|
|
"label": "VPCs",
|
|
"href": "#/vpcs",
|
|
"icon": "vpc"
|
|
},
|
|
{
|
|
"label": "Subnets",
|
|
"href": "#/subnets",
|
|
"icon": "subnet"
|
|
},
|
|
{
|
|
"type": "separator"
|
|
},
|
|
{
|
|
"label": "VMs",
|
|
"href": "#/vms",
|
|
"icon": "vm"
|
|
}
|
|
]
|