diff --git a/admin/package.json b/admin/package.json
index 2b4e33c91..5dff9145e 100644
--- a/admin/package.json
+++ b/admin/package.json
@@ -33,11 +33,13 @@
"dotenv-webpack": "^7.0.3",
"graphql": "^15.6.1",
"jest": "26.6.3",
+ "moment": "^2.29.1",
"stats-webpack-plugin": "^0.7.0",
"vue": "^2.6.11",
"vue-apollo": "^3.0.8",
"vue-i18n": "^8.26.5",
"vue-jest": "^3.0.7",
+ "vue-moment": "^4.1.0",
"vue-router": "^3.5.3",
"vuex": "^3.6.2"
},
diff --git a/admin/src/components/CreateFormular.vue b/admin/src/components/CreateFormular.vue
new file mode 100644
index 000000000..5dd07a4c1
--- /dev/null
+++ b/admin/src/components/CreateFormular.vue
@@ -0,0 +1,66 @@
+
+
+
+
+
+ {{ MonatBevorLast }}
+
+
+ {{ MonatLast }}
+
+
+ {{ MonatAktuell }}
+
+
+
+
+
+
+
+
+
+
+
+
+ Reset
+
+
+ Submit
+
+
+
+
+
+
+
diff --git a/admin/src/components/UserTable.vue b/admin/src/components/UserTable.vue
index 55e9b5b3c..2e92c9a7f 100644
--- a/admin/src/components/UserTable.vue
+++ b/admin/src/components/UserTable.vue
@@ -1,22 +1,86 @@
-
- This is a table caption at the top.
+
+
+
+
+ Details via check
+
+
+
+
+
+
+
+
+
+
+ {{ row.detailsShowing ? 'Hide' : 'Show' }} Details
+
+
+
+
+
+
+ Age:
+ {{ row.item.age }}
+
+
+
+ Is Active:
+ {{ row.item.isActive }}
+
+
+
+ Hide Details
+
+