Skip to content

Commit

Permalink
new ec operator statuses
Browse files Browse the repository at this point in the history
  • Loading branch information
danj-replicated committed Jan 11, 2024
1 parent a7910da commit f6ad873
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 f6ad873

Please sign in to comment.