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 Nov 1, 2017
1 parent 9b48a7b commit e4beed3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion dist/scripts/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -723,10 +723,10 @@ BuildCompleted: !0,
BuildFailed: !0,
BuildStarted: !0,
BuildConfigInstantiateFailed: !0,
DeploymentCancelled: !0,
Failed: !0,
DeploymentCreated: !0,
DeploymentCreationFailed: !0,
RolloutCancelled: !0,
FailedRescale: !0,
SuccessfulRescale: !0,
BackOff: !0,
Expand Down

0 comments on commit e4beed3

Please sign in to comment.