From d47069cef241720ac4e1e085d65257d67d48a3f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn-Michael=20Miehe?= Date: Mon, 7 Sep 2020 02:16:34 +0200 Subject: [PATCH] Admin component --- ui/src/App.vue | 6 +- ui/src/components/Admin.vue | 150 ++++++++++++++++++++++++++++++++++++ 2 files changed, 155 insertions(+), 1 deletion(-) create mode 100644 ui/src/components/Admin.vue diff --git a/ui/src/App.vue b/ui/src/App.vue index a5e7772..d8f1ecb 100644 --- a/ui/src/App.vue +++ b/ui/src/App.vue @@ -1,17 +1,20 @@ + + \ No newline at end of file