File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/Shared/Components/DeploymentStatusBreakdown Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -39,12 +39,12 @@ export const WFR_STATUS_DTO_TO_DEPLOYMENT_STATUS_MAP: Readonly<
3939 [ WorkflowRunnerStatusDTO . INITIATING ] : DEPLOYMENT_STATUS . INITIATING ,
4040 [ WorkflowRunnerStatusDTO . STARTING ] : DEPLOYMENT_STATUS . STARTING ,
4141 [ WorkflowRunnerStatusDTO . PROGRESSING ] : DEPLOYMENT_STATUS . INPROGRESS ,
42+ [ WorkflowRunnerStatusDTO . SUSPENDED ] : DEPLOYMENT_STATUS . INPROGRESS ,
4243
4344 [ WorkflowRunnerStatusDTO . QUEUED ] : DEPLOYMENT_STATUS . QUEUED ,
4445
45- [ WorkflowRunnerStatusDTO . UNKNOWN ] : DEPLOYMENT_STATUS . UNKNOWN ,
46- [ WorkflowRunnerStatusDTO . SUSPENDED ] : DEPLOYMENT_STATUS . UNKNOWN ,
47- [ WorkflowRunnerStatusDTO . MISSING ] : DEPLOYMENT_STATUS . UNKNOWN ,
46+ [ WorkflowRunnerStatusDTO . UNKNOWN ] : DEPLOYMENT_STATUS . UNABLE_TO_FETCH ,
47+ [ WorkflowRunnerStatusDTO . MISSING ] : DEPLOYMENT_STATUS . UNABLE_TO_FETCH ,
4848}
4949
5050export const PROGRESSING_DEPLOYMENT_STATUS : Readonly < ( typeof DEPLOYMENT_STATUS ) [ keyof typeof DEPLOYMENT_STATUS ] [ ] > = [
You can’t perform that action at this time.
0 commit comments