diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a28680279..4967be67d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -441,7 +441,7 @@ jobs: report_name: Coverage Admin Interface type: lcov result_path: ./coverage/lcov.info - min_coverage: 53 + min_coverage: 51 token: ${{ github.token }} ############################################################################## diff --git a/admin/src/components/CreationFormular.vue b/admin/src/components/CreationFormular.vue index 5d29c6fcb..2e811da81 100644 --- a/admin/src/components/CreationFormular.vue +++ b/admin/src/components/CreationFormular.vue @@ -1,21 +1,6 @@ diff --git a/admin/src/components/EditCreationFormular.vue b/admin/src/components/EditCreationFormular.vue new file mode 100644 index 000000000..cfad75e6f --- /dev/null +++ b/admin/src/components/EditCreationFormular.vue @@ -0,0 +1,289 @@ + + diff --git a/admin/src/components/UserTable.vue b/admin/src/components/UserTable.vue index 816d95952..e47963159 100644 --- a/admin/src/components/UserTable.vue +++ b/admin/src/components/UserTable.vue @@ -60,13 +60,25 @@ - + {{ type }} + @@ -119,6 +131,7 @@