Skip to content

Commit

Permalink
Merge branch 'main' into em/sc-94724/set-acceptAnonymousUploads-to-1
Browse files Browse the repository at this point in the history
  • Loading branch information
banjoh authored Jan 11, 2024
2 parents 387fba0 + 650c915 commit ca52a28
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions web/src/utilities/utilities.js
Original file line number Diff line number Diff line change
Expand Up @@ -623,6 +623,12 @@ export const Utilities = {
return "Up to date";
case "Obsolete":
return "No active cluster upgrade found";
case "KubernetesInstalled":
return "Cluster version upgraded";
case "AdonsInstalling":
return "Upgrading addons";
case "HelmChartUpdateFailure":
return "Failed to upgrade addons";
case "Failed":
return "Failed";
default:
Expand Down

0 comments on commit ca52a28

Please sign in to comment.