-
Notifications
You must be signed in to change notification settings - Fork 102
fix(pci-kubernetes): add node pool total price, improve node name input #17532
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
base: master
Are you sure you want to change the base?
Conversation
2667696
to
9b06c91
Compare
9b06c91
to
165d7c3
Compare
49084d9
to
ca808be
Compare
packages/manager/apps/pci-kubernetes/src/pages/detail/nodepools/new/New.page.tsx
Outdated
Show resolved
Hide resolved
packages/manager/apps/pci-kubernetes/src/pages/detail/nodepools/new/store.ts
Show resolved
Hide resolved
5761e58
to
7489ee3
Compare
7489ee3
to
314a062
Compare
314a062
to
b29f186
Compare
b29f186
to
20adfc6
Compare
ref: #TAPC-3341 Signed-off-by: Pierre-Philippe <[email protected]>
20adfc6
to
b2f1caf
Compare
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.
All good, thanks for the changes, that is a real step forward 👍
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.
Just a question: when you prefix type wit T
and when you don't ?
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.
Test and build failed
ref: #TAPC-3341
Description
The goal of this pull request is to correctly display the price of nodes based on the number of machines. It includes the following changes:
Correction of the size of the input fields for name cluster and name node.
Fixes for TypeScript types.
Ticket Reference: #...
Additional Information