reorderd code

This commit is contained in:
Sebastian Frank
2017-08-24 13:23:03 +02:00
parent 8626a47e2e
commit 931c142e16
8 changed files with 93 additions and 65 deletions

18
conf/init.json Normal file
View File

@@ -0,0 +1,18 @@
{
"baseURL": "https://cx20.basispanel.de/api/v1/",
"APItargets": {
"login": "login"
},
"navigation": [
{
"name": "Dashboard",
"to": "/",
"icon": "fa-home"
},
{
"name": "Userlist",
"to": "/userlist",
"icon": "fa-news"
}
]
}