Skip to content

Commit e4beed3

Browse files
Fix missing RolloutCancelled event in notification drawer
1 parent 9b48a7b commit e4beed3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/scripts/constants.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -188,11 +188,11 @@ angular.extend(window.OPENSHIFT_CONSTANTS, {
188188
// BuildConfig
189189
BuildConfigInstantiateFailed: true,
190190
// Deployment
191-
DeploymentCancelled: true,
192191
Failed: true,
193192
// DeploymentConfig
194193
DeploymentCreated: true,
195194
DeploymentCreationFailed: true,
195+
RolloutCancelled: true,
196196
// HorizontalPodAutoscaler
197197
FailedRescale: true,
198198
SuccessfulRescale: true,

dist/scripts/scripts.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -723,10 +723,10 @@ BuildCompleted: !0,
723723
BuildFailed: !0,
724724
BuildStarted: !0,
725725
BuildConfigInstantiateFailed: !0,
726-
DeploymentCancelled: !0,
727726
Failed: !0,
728727
DeploymentCreated: !0,
729728
DeploymentCreationFailed: !0,
729+
RolloutCancelled: !0,
730730
FailedRescale: !0,
731731
SuccessfulRescale: !0,
732732
BackOff: !0,

0 commit comments

Comments
 (0)