web: start: multiple pages
Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
This commit is contained in:
parent
6e976ac6e3
commit
2e06cd85bc
18 changed files with 309 additions and 52 deletions
34
web/pages.json
Normal file
34
web/pages.json
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[
|
||||
{
|
||||
"route": "dashboard",
|
||||
"label": "Dashboard",
|
||||
"icon": "dashboard",
|
||||
"html": "pages/dashboard/index.html",
|
||||
"css": "pages/dashboard/dashboard.css",
|
||||
"js": "pages/dashboard/dashboard.js"
|
||||
},
|
||||
{
|
||||
"route": "vpcs",
|
||||
"label": "VPCs",
|
||||
"icon": "vpc",
|
||||
"html": "pages/vpcs/index.html",
|
||||
"css": null,
|
||||
"js": null
|
||||
},
|
||||
{
|
||||
"route": "subnets",
|
||||
"label": "Subnets",
|
||||
"icon": "subnet",
|
||||
"html": "pages/subnets/index.html",
|
||||
"css": null,
|
||||
"js": null
|
||||
},
|
||||
{
|
||||
"route": "vms",
|
||||
"label": "VMs",
|
||||
"icon": "vm",
|
||||
"html": "pages/vms/index.html",
|
||||
"css": null,
|
||||
"js": null
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue