82 lines
2.1 KiB
JSON
82 lines
2.1 KiB
JSON
{
|
|
"ui": {
|
|
"title": "MyApp",
|
|
"api": {
|
|
"baseURL": "https://www.basispanel.de/api/v1/"
|
|
},
|
|
"navigation": {
|
|
"main": [
|
|
{
|
|
"name": "Dashboard",
|
|
"to": "/",
|
|
"icon": "baseicon-compass"
|
|
},
|
|
{
|
|
"name": "Userlist",
|
|
"to": "/userlist",
|
|
"icon": "baseicon-contacts"
|
|
},
|
|
{
|
|
"name": "Domainlist",
|
|
"to": "/domainlist",
|
|
"icon": "baseicon-contacts"
|
|
},
|
|
{
|
|
"name": "Settings",
|
|
"to": "/settings",
|
|
"icon": "baseicon-cog"
|
|
}
|
|
],
|
|
"profile": [
|
|
{
|
|
"name": "Profile anpassen",
|
|
"to": "/profile",
|
|
"icon": "baseicon-color-wand"
|
|
},
|
|
{
|
|
"name": "Logout",
|
|
"to": "/logout",
|
|
"icon": "baseicon-log-out"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"routes": [
|
|
{
|
|
"name": "Login",
|
|
"to": "/login",
|
|
"content": "<login-form></login-form>"
|
|
},
|
|
{
|
|
"name": "Dashboard",
|
|
"to": "/",
|
|
"content": "<dashboard></dashboard>"
|
|
},
|
|
{
|
|
"name": "Userlist",
|
|
"to": "/userlist",
|
|
"content": "<userlist></userlist>"
|
|
},
|
|
{
|
|
"name": "Domainlist",
|
|
"to": "/domainlist",
|
|
"content": "<domainlist></domainlist>"
|
|
},
|
|
{
|
|
"name": "Settings",
|
|
"to": "/settings",
|
|
"content": "<settings></settings>"
|
|
},
|
|
{
|
|
"name": "Logout",
|
|
"to": "/logout",
|
|
"content": "<logout></logout>"
|
|
},
|
|
{
|
|
"name": "Profil",
|
|
"to": "/profile",
|
|
"content": "<h2>Profil anpassen</h2>"
|
|
}
|
|
]
|
|
}
|