Skip to content

Commit

Permalink
Fix missing RolloutCancelled event in notification drawer
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminapetersen committed Oct 31, 2017
1 parent 9b48a7b commit 90ff922
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/scripts/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,11 +188,11 @@ angular.extend(window.OPENSHIFT_CONSTANTS, {
// BuildConfig
BuildConfigInstantiateFailed: true,
// Deployment
DeploymentCancelled: true,
Failed: true,
// DeploymentConfig
DeploymentCreated: true,
DeploymentCreationFailed: true,
RolloutCancelled: true,
// HorizontalPodAutoscaler
FailedRescale: true,
SuccessfulRescale: true,
Expand Down
1 change: 1 addition & 0 deletions dist/scripts/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -724,6 +724,7 @@ BuildFailed: !0,
BuildStarted: !0,
BuildConfigInstantiateFailed: !0,
DeploymentCancelled: !0,
RolloutCancelled: !0,
Failed: !0,
DeploymentCreated: !0,
DeploymentCreationFailed: !0,
Expand Down

0 comments on commit 90ff922

Please sign in to comment.