From 5ce35eef5ea37e26910da37eabd2cd659744b1e8 Mon Sep 17 00:00:00 2001 From: Orne Brocaar Date: Mon, 24 Mar 2025 11:38:07 +0000 Subject: [PATCH] ui: Disable start fuota deployment button once started. --- ui/src/views/fuota/FuotaDeploymentLayout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/views/fuota/FuotaDeploymentLayout.tsx b/ui/src/views/fuota/FuotaDeploymentLayout.tsx index 8f04ad8e..2c367bf9 100644 --- a/ui/src/views/fuota/FuotaDeploymentLayout.tsx +++ b/ui/src/views/fuota/FuotaDeploymentLayout.tsx @@ -168,7 +168,7 @@ function FuotaDeploymentLayout(props: IProps) { description="Are you sure you want to start the deploymen? Once started, you will not be able to make changes." onConfirm={startFuotaDeployment} > - +