web: start: multiple pages

Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
This commit is contained in:
GnomeZworc 2026-06-01 21:40:26 +02:00
commit b479493ac1
Signed by: nicolas.boufideline
GPG key ID: 4406BBBF8845D632
18 changed files with 309 additions and 52 deletions

View file

@ -1,22 +1,22 @@
[
{
"label": "Dashboard",
"href": "index.html",
"href": "#/dashboard",
"icon": "dashboard"
},
{
"label": "VPCs",
"href": "vpc.html",
"href": "#/vpcs",
"icon": "vpc"
},
{
"label": "Subnets",
"href": "subnet.html",
"href": "#/subnets",
"icon": "subnet"
},
{
"label": "VMs",
"href": "vm.html",
"href": "#/vms",
"icon": "vm"
}
]