Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Update resource acquisition notation elements. (#2945)
resolves #2946 **Changes:** - Improved decimal precision in percentage displays by adding `.toFixed(1)` to ensure consistent one decimal place - Increased network traffic (TX/RX) decimal precision from 1 to 2 places for more accurate readings **Impact:** These changes provide more precise numerical representations in the Agent Detail Modal, particularly for percentage values and network traffic measurements, leading to better monitoring accuracy. **How to test:** 1. Visit Resources page. 2. Click the info icon of any agent. **Checklist:** - [x] Mention to the original issue - [ ] Documentation - [x] Minium required manager version: 24.09 - [x] Specific setting for review - [ ] Minimum requirements to check during review - [ ] Test case(s) to demonstrate the difference of before/after
- Loading branch information