Skip to content

Commit b24330c

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

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

app/scripts/constants.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ angular.extend(window.OPENSHIFT_CONSTANTS, {
189189
BuildConfigInstantiateFailed: true,
190190
// Deployment
191191
DeploymentCancelled: true,
192+
RolloutCancelled: true,
192193
Failed: true,
193194
// DeploymentConfig
194195
DeploymentCreated: 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)