web: start: premier j'ai d'un dashboard modulaire
Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
This commit is contained in:
parent
437766d812
commit
cf8661ff7e
13 changed files with 479 additions and 0 deletions
22
web/navigation.json
Normal file
22
web/navigation.json
Normal 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"
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue