two/web/navigation.json
GnomeZworc b479493ac1
web: start: multiple pages
Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
2026-06-01 21:40:26 +02:00

22 lines
305 B
JSON

[
{
"label": "Dashboard",
"href": "#/dashboard",
"icon": "dashboard"
},
{
"label": "VPCs",
"href": "#/vpcs",
"icon": "vpc"
},
{
"label": "Subnets",
"href": "#/subnets",
"icon": "subnet"
},
{
"label": "VMs",
"href": "#/vms",
"icon": "vm"
}
]