From f1143aa421dedffd861ea297c79cd1a548162d2e Mon Sep 17 00:00:00 2001 From: shaoye Date: Tue, 27 Aug 2024 23:42:09 +0000 Subject: [PATCH] disable Abort button --- ui/src/app/components/rollout-actions/rollout-actions.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/app/components/rollout-actions/rollout-actions.tsx b/ui/src/app/components/rollout-actions/rollout-actions.tsx index fd2ff83f7d..08b26f25ae 100644 --- a/ui/src/app/components/rollout-actions/rollout-actions.tsx +++ b/ui/src/app/components/rollout-actions/rollout-actions.tsx @@ -59,7 +59,7 @@ export const RolloutActionButton = (props: {action: RolloutAction; rollout: Roll label: 'ABORT', icon: faExclamationCircle, action: api.rolloutServiceAbortRollout, - disabled: !isDeploying, + disabled: true, shouldConfirm: true, }, ],