From bd3593551e66bf1b02931efd12d18c97948e5d5f Mon Sep 17 00:00:00 2001 From: mahula Date: Mon, 14 Nov 2022 11:29:59 +0100 Subject: [PATCH] add separate statistic page to admin area --- admin/src/components/NavBar.vue | 1 + admin/src/components/Tables/StatistcsTable.vue | 5 +++++ admin/src/locales/de.json | 1 + admin/src/locales/en.json | 1 + 4 files changed, 8 insertions(+) create mode 100644 admin/src/components/Tables/StatistcsTable.vue diff --git a/admin/src/components/NavBar.vue b/admin/src/components/NavBar.vue index f8dd008d1..87dd1e87c 100644 --- a/admin/src/components/NavBar.vue +++ b/admin/src/components/NavBar.vue @@ -10,6 +10,7 @@ {{ $t('navbar.overview') }} + {{ $t('navbar.statistic') }} {{ $t('navbar.user_search') }} {{ $t('navbar.multi_creation') }} +
+ // +
+ \ No newline at end of file diff --git a/admin/src/locales/de.json b/admin/src/locales/de.json index 456290ca7..987a42ca0 100644 --- a/admin/src/locales/de.json +++ b/admin/src/locales/de.json @@ -104,6 +104,7 @@ "my-account": "Mein Konto", "open_creation": "Offene Schöpfungen", "overview": "Übersicht", + "statistic": "Statistik", "user_search": "Nutzersuche" }, "not_open_creations": "Keine offenen Schöpfungen", diff --git a/admin/src/locales/en.json b/admin/src/locales/en.json index 9bff733c5..824522a66 100644 --- a/admin/src/locales/en.json +++ b/admin/src/locales/en.json @@ -104,6 +104,7 @@ "my-account": "My Account", "open_creation": "Open creations", "overview": "Overview", + "statistic": "Statistic", "user_search": "User search" }, "not_open_creations": "No open creations",