Skip to content

Commit 90ff922

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

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/scripts/constants.js

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -724,6 +724,7 @@ BuildFailed: !0,
724724
BuildStarted: !0,
725725
BuildConfigInstantiateFailed: !0,
726726
DeploymentCancelled: !0,
727+
RolloutCancelled: !0,
727728
Failed: !0,
728729
DeploymentCreated: !0,
729730
DeploymentCreationFailed: !0,

0 commit comments

Comments
 (0)