-
Notifications
You must be signed in to change notification settings - Fork 114
feat(pic.db): add tooltip in node label #21314
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(pic.db): add tooltip in node label #21314
Conversation
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.
Pull request overview
This PR adds a tooltip to the node configuration label that appears when the minimum and maximum node count are equal, indicating that the number of nodes is pre-defined and cannot be modified.
- Adds a help icon with a popover tooltip next to the node label
- Displays the tooltip only when
minimum === maximum - Adds French translation for the tooltip message
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| NodesConfig.component.tsx | Imports popover components and help icon; adds tooltip UI next to the node label that conditionally renders when node count is fixed |
| Messages_fr_FR.json | Adds French translation for the tooltip explaining why node count cannot be modified |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
...analytics/public/translations/pci-databases-analytics/components/cluster/Messages_fr_FR.json
Outdated
Show resolved
Hide resolved
...pci-databases-analytics/src/components/order/cluster-configuration/NodesConfig.component.tsx
Show resolved
Hide resolved
8d3eb85 to
a2841b0
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.
Pull request overview
Copilot reviewed 9 out of 9 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
...analytics/public/translations/pci-databases-analytics/components/cluster/Messages_fr_CA.json
Outdated
Show resolved
Hide resolved
ref: #DATATR-2684 Signed-off-by: Arthur Bullet <[email protected]>
50d2b64 to
0ef19ce
Compare
ref: #DATATR-1234
Description
Ticket Reference: #...
Additional Information