From 0f7a1b1f472be423cb7f624fa8cb192a0ae32212 Mon Sep 17 00:00:00 2001 From: Sebastian Frank Date: Fri, 1 Sep 2017 18:25:46 +0200 Subject: [PATCH] form validationMessage --- README.md | 1 + conf/init.json | 2 +- index.html | 11 ----------- src/app.vue | 10 ++++++++++ src/components/my-form.vue | 3 ++- src/components/my-input.vue | 7 +++++-- src/components/topbar.vue | 6 +++--- src/views/dashboard.vue | 2 +- src/views/forms/login.vue | 29 +++++++++++++++++++++++++---- src/views/forms/logout.vue | 3 ++- src/views/lists/domainlist.vue | 2 +- src/views/lists/userlist.vue | 2 +- 12 files changed, 52 insertions(+), 26 deletions(-) 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 @@ @@ -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 @@ 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 @@