-
Notifications
You must be signed in to change notification settings - Fork 98
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
feat(hpc-vmware-managed-vcd): add pcc-migration condition #13635
Conversation
packages/manager/apps/dedicated/client/app/dedicatedCloud/details/dedicatedCloud.routing.js
Outdated
Show resolved
Hide resolved
...ages/manager/apps/dedicated/client/app/managedBaremetal/details/managed-baremetal.routing.js
Outdated
Show resolved
Hide resolved
d678ce2
to
45e336f
Compare
@@ -95,9 +95,11 @@ export default /* @ngInject */ ($stateProvider) => { | |||
|
|||
managedVCDAvailability: /* @ngInject */ (ovhFeatureFlipping) => | |||
ovhFeatureFlipping | |||
.checkFeatureAvailability('hpc-vmware-managed-vcd') | |||
.checkFeatureAvailability(['hpc-vmware-managed-vcd:pcc-migration']) |
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.
Are brackets [ ]
still needed ?
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.
fixed
ref: MANAGER-15398 Signed-off-by: Nicolas Pierre-charles <[email protected]>
45e336f
to
20cd737
Compare
Quality Gate passedIssues Measures |
ref: MANAGER-15398 Signed-off-by: Nicolas Pierre-charles <[email protected]>
ref: MANAGER-15398 Signed-off-by: Nicolas Pierre-charles <[email protected]>
ref: MANAGER-15398
develop
Only FR translations have been updatedBreaking change is mentioned in relevant commitsDescription
Related