diff --git a/README.md b/README.md
index 1013a9f..164ccf7 100644
--- a/README.md
+++ b/README.md
@@ -100,6 +100,7 @@ npm run build
- master: http://ui.basispanel.de/master/
- matdev: http://ui.basispanel.de/matdev/
- die jeweiligen URL's sind auch unter Gitlab Environments im Projekt zu finden
+- sollte mal ein automatische Deploy (fltp mirror) nicht alle geänderten Dateien kopieren, gibt es einen `deploy_fullsync` in Gitlab Pipelines, den man manuell anstoßen kann
## bei Problemen
diff --git a/conf/init.json b/conf/init.json
index 34e0ebf..1ca3c30 100644
--- a/conf/init.json
+++ b/conf/init.json
@@ -75,7 +75,7 @@
{
"name": "Profil",
"to": "/profile",
- "content": "
Profil anpassen
"
+ "content": "Profil anpassen
"
}
]
}
\ No newline at end of file
diff --git a/index.html b/index.html
index 16f76a3..7192501 100644
--- a/index.html
+++ b/index.html
@@ -4,17 +4,6 @@
-
diff --git a/src/app.vue b/src/app.vue
index 4293e2a..5e87927 100644
--- a/src/app.vue
+++ b/src/app.vue
@@ -16,6 +16,16 @@
+
+
\ No newline at end of file
+
+
diff --git a/src/views/forms/logout.vue b/src/views/forms/logout.vue
index a1c3a8d..da11f7a 100644
--- a/src/views/forms/logout.vue
+++ b/src/views/forms/logout.vue
@@ -1,5 +1,6 @@
+
Logout
Sie werden ausgeloggt....
@@ -11,7 +12,7 @@ export default {
this.$store.commit('clearLogin');
setTimeout(() => {
this.$router.replace('/login');
- }, 2000);
+ }, 1000);
}
}
diff --git a/src/views/lists/domainlist.vue b/src/views/lists/domainlist.vue
index 4f24708..d98938f 100644
--- a/src/views/lists/domainlist.vue
+++ b/src/views/lists/domainlist.vue
@@ -1,6 +1,6 @@
-
Domainlist
+ Domainlist
diff --git a/src/views/lists/userlist.vue b/src/views/lists/userlist.vue
index 66e0e31..f3f9bb4 100644
--- a/src/views/lists/userlist.vue
+++ b/src/views/lists/userlist.vue
@@ -1,6 +1,6 @@
-
Userlist
+ Userlist