web: start: premier j'ai d'un dashboard modulaire

Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
This commit is contained in:
GnomeZworc 2026-05-29 23:36:59 +02:00
commit cf8661ff7e
Signed by: nicolas.boufideline
GPG key ID: 4406BBBF8845D632
13 changed files with 479 additions and 0 deletions

22
web/navigation.json Normal file
View file

@ -0,0 +1,22 @@
[
{
"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"
}
]