diff --git a/frontend/src/components/AutoUpdateReadinessView.tsx b/frontend/src/components/AutoUpdateReadinessView.tsx index 9463d533..a5da3729 100644 --- a/frontend/src/components/AutoUpdateReadinessView.tsx +++ b/frontend/src/components/AutoUpdateReadinessView.tsx @@ -52,7 +52,8 @@ export interface StackCard { applying: boolean; // True when at least one enabled action='update' scheduled task covers this // stack on this node (per-stack row or fleet row). Drives the Auto: Off pill - // and the Apply now button's disabled state. + // and the hero "ready to apply automatically" count. Manual Apply now is + // schedule-independent and does not read this field. autoUpdateEnabled: boolean; } @@ -284,12 +285,8 @@ function StackReadinessCard({