From d860cc5f5fc07844de37b8713729c36f5b46074e Mon Sep 17 00:00:00 2001 From: Salah Aldeen Al Saleh Date: Wed, 18 Dec 2024 16:53:17 -0800 Subject: [PATCH] updates --- pkg/plan/plan.go | 2 +- web/src/Root.tsx | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pkg/plan/plan.go b/pkg/plan/plan.go index 0ad9117b65..2637c0c7b6 100644 --- a/pkg/plan/plan.go +++ b/pkg/plan/plan.go @@ -107,7 +107,7 @@ func Resume(s store.Store) error { return nil } -// TODO (@salah): make each step report status +// TODO (@salah): make each step report better status func Execute(s store.Store, p *types.Plan) (finalError error) { stopCh := make(chan struct{}) defer close(stopCh) diff --git a/web/src/Root.tsx b/web/src/Root.tsx index 52abac2844..92d05089d1 100644 --- a/web/src/Root.tsx +++ b/web/src/Root.tsx @@ -305,6 +305,7 @@ const Root = () => { let showModal = false; if (state.adminConsoleMetadata?.isEC2Install) { + // TODO (@salah): don't show modal if it's only an app upgrade showModal = status !== "" && status !== "complete" &&