Skip to content

Commit

Permalink
add mapping for CopyingArtifacts installation state (#4540)
Browse files Browse the repository at this point in the history
  • Loading branch information
Craig O'Donnell authored Apr 9, 2024
1 parent 260aae6 commit cb4e024
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions web/src/utilities/utilities.js
Original file line number Diff line number Diff line change
Expand Up @@ -649,6 +649,8 @@ export const Utilities = {
switch (state) {
case "Waiting":
return "Waiting for a previous upgrade";
case "CopyingArtifacts":
return "Upgrading";
case "Enqueued":
return "Upgrading";
case "Installing":
Expand Down

0 comments on commit cb4e024

Please sign in to comment.