-
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(pci-block-storage): add exten beta #13489
Conversation
af91b12
to
66ea710
Compare
0a9b9ac
to
633d4be
Compare
packages/manager/apps/pci-block-storage/src/pages/new/components/VolumeTypeStep.component.tsx
Show resolved
Hide resolved
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.
Lot of functions but think to test them more,
packages/manager/apps/pci-block-storage/src/components/exten-banner-beta/ExtenBannerBeta.tsx
Outdated
Show resolved
Hide resolved
packages/manager/apps/pci-block-storage/src/components/exten-banner-beta/ExtenBannerBeta.tsx
Show resolved
Hide resolved
packages/manager/apps/pci-block-storage/src/pages/new/components/CapacityStep.component.tsx
Show resolved
Hide resolved
Signed-off-by: Simon Chaumet <[email protected]>
0b24eaa
Quality Gate passedIssues Measures |
@ppprevost the created functions are temporary due to the catalog not replicating the backend state, it should fixed with the new product availability route or when the feature flipping is fully deployed |
Extend volume capacity to 12To Add banner for beta extension Implement dependent regions on block tiles ref: TAPC-1609, TAPC-2071, TAPC-2072, TAPC-1139, TAPC-1505, TAPC-2063, TAPC-1711, TAPC-1716, TAPC-1728, TAPC-1938 Signed-off-by: Simon Chaumet <[email protected]> Co-authored-by: Yann Lojewski <[email protected]> Co-authored-by: CDS Translator Agent <[email protected]>
Extend volume capacity to 12To Add banner for beta extension Implement dependent regions on block tiles ref: TAPC-1609, TAPC-2071, TAPC-2072, TAPC-1139, TAPC-1505, TAPC-2063, TAPC-1711, TAPC-1716, TAPC-1728, TAPC-1938 Signed-off-by: Simon Chaumet <[email protected]> Co-authored-by: Yann Lojewski <[email protected]> Co-authored-by: CDS Translator Agent <[email protected]>
Extend volume capacity to 12To Add banner for beta extension Implement dependent regions on block tiles ref: TAPC-1609, TAPC-2071, TAPC-2072, TAPC-1139, TAPC-1505, TAPC-2063, TAPC-1711, TAPC-1716, TAPC-1728, TAPC-1938 Signed-off-by: Simon Chaumet <[email protected]> Co-authored-by: Yann Lojewski <[email protected]> Co-authored-by: CDS Translator Agent <[email protected]>
develop
Description
Related