Skip to content

Commit fcb2f28

Browse files
committed
Add ProvisionedSuccessfully even to notification drawer
1 parent ed926a7 commit fcb2f28

File tree

2 files changed

+162
-160
lines changed

2 files changed

+162
-160
lines changed

app/scripts/constants.js

+1
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ angular.extend(window.OPENSHIFT_CONSTANTS, {
212212
ErrorCallingProvision: true,
213213
ErrorInjectingBindResult: true,
214214
ProvisionCallFailed: true,
215+
ProvisionedSuccessfully: true,
215216
Provisioning: true,
216217
ReferencesNonexistentServiceClass: true,
217218
ReferencesNonexistentServicePlan: true,

0 commit comments

Comments
 (0)