From c06cf2c00175624e98f37023696eae3ab18aea38 Mon Sep 17 00:00:00 2001 From: hay-kot Date: Mon, 3 May 2021 16:54:47 -0800 Subject: [PATCH] add backup viewer to dashboard --- .../pages/Admin/Dashboard/BackupViewer.vue | 144 ++++++++++++++++++ .../src/pages/Admin/Dashboard/EventViewer.vue | 51 ++++--- .../src/pages/Admin/Dashboard/StatCard.vue | 2 +- frontend/src/pages/Admin/Dashboard/index.vue | 7 +- 4 files changed, 176 insertions(+), 28 deletions(-) create mode 100644 frontend/src/pages/Admin/Dashboard/BackupViewer.vue diff --git a/frontend/src/pages/Admin/Dashboard/BackupViewer.vue b/frontend/src/pages/Admin/Dashboard/BackupViewer.vue new file mode 100644 index 000000000..54bb18901 --- /dev/null +++ b/frontend/src/pages/Admin/Dashboard/BackupViewer.vue @@ -0,0 +1,144 @@ + + + + + \ No newline at end of file diff --git a/frontend/src/pages/Admin/Dashboard/EventViewer.vue b/frontend/src/pages/Admin/Dashboard/EventViewer.vue index 7cff4b90b..5070c677b 100644 --- a/frontend/src/pages/Admin/Dashboard/EventViewer.vue +++ b/frontend/src/pages/Admin/Dashboard/EventViewer.vue @@ -1,45 +1,47 @@