From d7c1a8f7ae99a7e246ec383a328049dbcd2bd773 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Tue, 9 Sep 2025 15:55:01 +0200 Subject: [PATCH] setup/restore: fix alignment --- dashboard/src/views/RestoreView.vue | 23 ++++++++++++++++++++--- dashboard/src/views/SetupView.vue | 20 ++++++++++++++++++-- 2 files changed, 38 insertions(+), 5 deletions(-) diff --git a/dashboard/src/views/RestoreView.vue b/dashboard/src/views/RestoreView.vue index ce67d4fd8..10067efab 100644 --- a/dashboard/src/views/RestoreView.vue +++ b/dashboard/src/views/RestoreView.vue @@ -326,7 +326,7 @@ onMounted(async () => {
-

Cloudron Restore

+

Cloudron Restore

Provide the backup to restore from

@@ -415,11 +415,28 @@ onMounted(async () => { -
+ +
+ + diff --git a/dashboard/src/views/SetupView.vue b/dashboard/src/views/SetupView.vue index 1e104840b..c8056ba33 100644 --- a/dashboard/src/views/SetupView.vue +++ b/dashboard/src/views/SetupView.vue @@ -246,11 +246,27 @@ onMounted(async () => { -
+
+ +