From a2ae52e781a3589734079fea6e08d96592973e50 Mon Sep 17 00:00:00 2001 From: Hayden Date: Sun, 17 Jan 2021 15:22:26 -0900 Subject: [PATCH] upload button vile creation --- .../src/components/Settings/Backup/index.vue | 11 +++++++- .../Migration/UploadMigrationButton.vue | 2 +- frontend/src/components/UI/UploadBtn.vue | 25 +++++++++++++++++++ 3 files changed, 36 insertions(+), 2 deletions(-) create mode 100644 frontend/src/components/UI/UploadBtn.vue diff --git a/frontend/src/components/Settings/Backup/index.vue b/frontend/src/components/Settings/Backup/index.vue index 4a319d458..defa661b2 100644 --- a/frontend/src/components/Settings/Backup/index.vue +++ b/frontend/src/components/Settings/Backup/index.vue @@ -17,7 +17,16 @@ - + + Available Backups + + + + Upload + mdi-cloud-upload + + + - +c + + \ No newline at end of file