two/web/navigation.json
GnomeZworc 686b2f62f3
web: start: menu css
Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
2026-06-02 15:04:48 +02:00

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"
}
]