web: start: multiple pages
Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
This commit is contained in:
parent
7946129a75
commit
b479493ac1
18 changed files with 309 additions and 52 deletions
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue