From c082f2a1b1eb2a250c37bfa2af5bb4a187ce8d8d Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Wed, 23 Jul 2025 17:33:42 +0200 Subject: [PATCH] If app clone fails only uninstall is possible --- dashboard/src/views/AppConfigureView.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/dashboard/src/views/AppConfigureView.vue b/dashboard/src/views/AppConfigureView.vue index cef234def..7daad2378 100644 --- a/dashboard/src/views/AppConfigureView.vue +++ b/dashboard/src/views/AppConfigureView.vue @@ -136,6 +136,7 @@ function isViewEnabled(view, errorState) { if (errorState === ISTATES.PENDING_INSTALL) return view === 'repair'; if (errorState === ISTATES.PENDING_UNINSTALL) return false; + if (errorState === ISTATES.PENDING_CLONE) return false; if (view === 'display' || view === 'backups'