two/web/navigation.json
GnomeZworc 14ef0ecc83
web: start: premier j'ai d'un dashboard modulaire
Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
2026-06-14 23:08:35 +02:00

22 lines
310 B
JSON

[
{
"label": "Dashboard",
"href": "index.html",
"icon": "dashboard"
},
{
"label": "VPCs",
"href": "vpc.html",
"icon": "vpc"
},
{
"label": "Subnets",
"href": "subnet.html",
"icon": "subnet"
},
{
"label": "VMs",
"href": "vm.html",
"icon": "vm"
}
]