Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[GEN-1967]: fix sources drawer data (amir notes) (#1964)
This pull request includes changes to the `frontend/webapp/containers/main/sources/source-drawer-container/build-card.ts` and `frontend/webapp/reuseable-components/data-card/data-card-fields/index.tsx` files to improve the handling of K8s resource names and programming languages in the UI. Improvements to K8s resource handling: * [`frontend/webapp/containers/main/sources/source-drawer-container/build-card.ts`](diffhunk://#diff-cb6d6db1043b26cf6943287238629b963a8cf5b97491e3814c2cd52454cc7e1dL6-R11): Removed unnecessary destructuring of `instrumentedApplicationDetails` and added a tooltip to the `name` field in the data card. Enhancements to programming language display: * [`frontend/webapp/reuseable-components/data-card/data-card-fields/index.tsx`](diffhunk://#diff-ce146776b402d3e7c41f2ebb82b32a2b8636ec73200d70a6f30f0f08dc1da6d0L90-R94): Updated the subtitle to display 'Node.js' for JavaScript workloads and improved the formatting of the runtime version display.
- Loading branch information