From 67f0801453f0a0b75b69f8f29ac4cf06aa65b4ef Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Wed, 13 Aug 2025 20:11:29 +0200 Subject: [PATCH] Add optional encryption settings to app import dialog --- dashboard/src/components/AppImportDialog.vue | 29 +++++++++++++++----- dashboard/src/components/app/Backups.vue | 4 +-- 2 files changed, 24 insertions(+), 9 deletions(-) diff --git a/dashboard/src/components/AppImportDialog.vue b/dashboard/src/components/AppImportDialog.vue index 0f639660d..76fc3c731 100644 --- a/dashboard/src/components/AppImportDialog.vue +++ b/dashboard/src/components/AppImportDialog.vue @@ -1,7 +1,7 @@