-
Notifications
You must be signed in to change notification settings - Fork 443
License Comparisson updates #3532
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
Conversation
Signed-off-by: Daniel Valdivia <[email protected]>
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 updates license comparison content by refining feature labels, license plan names, and UI styling. Key changes include:
- Updating feature labels and associated content in FEATURE_ITEMS.
- Renaming license plan names and adjusting button text for clarity.
- Tweaking UI styles (font sizes and margins) in LicensePlans.
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
File | Description |
---|---|
web-app/src/screens/Console/License/utils.tsx | Updated feature labels and license plan names; introduced a new "Features" block and commented out legacy sections. |
web-app/src/screens/Console/License/LicensePlans.tsx | Adjusted button text and updated styling (font size/margins) for plan display. |
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 updates the license information and UI text to improve clarity and consistency across the Console.
- Update license feature labels and details in the utils module
- Remove outdated feature groups and consolidate information
- Adjust UI styling and button text in LicensePlans for a more polished appearance
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
File | Description |
---|---|
web-app/src/screens/Console/License/utils.tsx | Updated license feature labels, removed deprecated feature groups, and refined plans information |
web-app/src/screens/Console/License/LicensePlans.tsx | Modified font sizes, margins, and updated button text for a consistent UI |
Comments suppressed due to low confidence (1)
web-app/src/screens/Console/License/utils.tsx:77
- [nitpick] Consider refactoring this long comma-separated string into a structured format (e.g., an array or a list rendered dynamically) to enhance readability and maintainability.
content: "Basic Features, S3 Express, Non-Disruptive Upgrade, QoS, Catalog, Monitoring, Audit Logs, Health-Diagnostics, RDMA, GPU Direct, AI Features",
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.
LGTM
* License Comparisson updates Signed-off-by: Daniel Valdivia <[email protected]> * Prettier --------- Signed-off-by: Daniel Valdivia <[email protected]>
No description provided.