From 51712ed2a84f1997b01552addb06f4ef3703585b Mon Sep 17 00:00:00 2001 From: Donald Zou Date: Tue, 15 Oct 2024 23:07:49 +0800 Subject: [PATCH] Re-adjust backup & restore location --- .../editConfiguration.vue | 6 +- .../configurationBackupRestore.vue | 110 +++++++++++++----- .../configurationComponents/peerList.vue | 14 ++- .../configurationComponents/peerSearch.vue | 11 ++ 4 files changed, 104 insertions(+), 37 deletions(-) diff --git a/src/static/app/src/components/configurationComponents/editConfiguration.vue b/src/static/app/src/components/configurationComponents/editConfiguration.vue index ac8d1b9..c7270be 100644 --- a/src/static/app/src/components/configurationComponents/editConfiguration.vue +++ b/src/static/app/src/components/configurationComponents/editConfiguration.vue @@ -56,6 +56,7 @@ watch(data, () => { deep: true }) +const openBackupRestore = ref(false) diff --git a/src/static/app/src/components/configurationComponents/peerSearch.vue b/src/static/app/src/components/configurationComponents/peerSearch.vue index abd6dbe..9d7c8bb 100644 --- a/src/static/app/src/components/configurationComponents/peerSearch.vue +++ b/src/static/app/src/components/configurationComponents/peerSearch.vue @@ -188,6 +188,17 @@ export default {
+
+

+ +

+
+ + + +
+