-
Notifications
You must be signed in to change notification settings - Fork 230
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deprovision to Delete #1735
Deprovision to Delete #1735
Conversation
@@ -191,7 +191,7 @@ angular.module("openshiftConsole") | |||
var uid = instance.metadata.uid; | |||
var namespaceError = _.find(instance.status.conditions, {reason: 'ErrorFindingNamespaceForInstance'}); | |||
var provisionFail = _.find(instance.status.conditions, {reason: 'ProvisionFailed'}); | |||
var deprovisionFail = _.find(instance.status.conditions, {reason: 'DeprovisioningFailed'}); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is an API status condition not a UI string, don't change this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sure thing
Update from deprovision to delete copy
5cf3f96
to
f1aeaf1
Compare
[merge][severity:bug] |
Evaluated for origin web console merge up to f1aeaf1 |
Origin Web Console Merge Results: SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pull_requests_origin_web_console/1565/) (Base Commit: 59e53bf) (PR Branch Commit: f1aeaf1) (Extended Tests: bug) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1 😄
Update from deprovision to delete copy. Closes #1682