DependencyTrack / frontend

Frontend UI for Dependency-Track
https://dependencytrack.org/
Apache License 2.0
106 stars 162 forks source link

Classifier Column on Project Components Tab: Implement Language Token #1079

Open msymons opened 3 weeks ago

msymons commented 3 weeks ago

Current Behavior

Support for display of component "Classifier" (ie, CycloneDX type) on the components tab for projects was added via PR #1058 for upcoming v4.13 release.

The values in the column are "All Caps" and do not translate when switching languages. ie, there is no language token

Image

Proposed Behavior

Implement language tokens for component classifier.

Thus, LIBRARY would display as:

The token already exists and displays just fine when viewing "Extended" tab of "View Details" for a component. eg, for Spanish:

Image

Checklist

satwiksps commented 1 day ago

I am currently working on this issue.