diff --git a/conf/init.json b/conf/init.json
index 0e56529..34e0ebf 100644
--- a/conf/init.json
+++ b/conf/init.json
@@ -1,47 +1,81 @@
{
- "title": "MyApp",
- "api": {
- "baseURL": "https://cx20.basehosts.de/api/v1/"
+ "ui": {
+ "title": "MyApp",
+ "api": {
+ "baseURL": "https://cx20.basehosts.de/api/v1/"
+ },
+ "navigation": {
+ "main": [
+ {
+ "name": "Dashboard",
+ "to": "/",
+ "icon": "icon-compass"
+ },
+ {
+ "name": "Userlist",
+ "to": "/userlist",
+ "icon": "icon-contacts"
+ },
+ {
+ "name": "Domainlist",
+ "to": "/domainlist",
+ "icon": "icon-contacts"
+ },
+ {
+ "name": "FormDemo",
+ "to": "/formdemo",
+ "icon": "icon-contacts"
+ }
+ ],
+ "profile": [
+ {
+ "name": "Profile anpassen",
+ "to": "/profile",
+ "icon": "icon-color-wand"
+ },
+ {
+ "name": "Logout",
+ "to": "/logout",
+ "icon": "icon-log-out"
+ }
+ ]
+ }
},
- "navigation": [
+ "routes": [
{
"name": "Login",
"to": "/login",
- "icon": "fa-home",
- "content": "