-
-
Notifications
You must be signed in to change notification settings - Fork 186
feat: display license id #1311
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?
feat: display license id #1311
Conversation
Signed-off-by: Adam Setch <[email protected]>
🎉 Snyk checks have passed. No issues have been found so far.✅ security/snyk check is complete. No issues have been found. (View Details) |
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 the capability to display license IDs (SPDX identifiers) in the License Group List view. The change enhances the license group management interface by showing both license names and their corresponding SPDX license identifiers in a structured table format.
Key changes:
- Replaces simple list display with a structured table layout showing license names and SPDX IDs
- Adds clickable links for license IDs that navigate to the license portfolio view
- Implements a new custom table structure with proper column headers and alignment
Signed-off-by: Adam Setch <[email protected]>
Signed-off-by: Adam Setch <[email protected]>
Signed-off-by: Adam Setch <[email protected]>
Signed-off-by: Adam Setch <[email protected]>
Description
Addressed Issue
Closes #1310
Additional Details
Checklist