Skip to content

Commit

Permalink
Merge pull request #2412 from benjaminapetersen/bug/1490720/deploymen…
Browse files Browse the repository at this point in the history
…t-cancelled-in-drawer

Automatic merge from submit-queue.

Fix missing RolloutCancelled event in notification drawer

Fix bugzilla #1490720 ([link](https://bugzilla.redhat.com/show_bug.cgi?id=1490720))

Adds this event to the notification drawer:

![screen shot 2017-10-31 at 4 05 47 pm](https://user-images.githubusercontent.com/280512/32246689-2584867c-be56-11e7-8eed-e35cba063cfe.png)
  • Loading branch information
openshift-merge-robot authored Nov 1, 2017
2 parents 431a311 + e4beed3 commit 5e47231
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 5e47231

Please sign in to comment.