From 79ed29328ba8dd3bcc659bbc91c48755ae59da4f Mon Sep 17 00:00:00 2001 From: ironAiken2 <51399982+ironAiken2@users.noreply.github.com> Date: Tue, 18 Feb 2025 07:22:48 +0000 Subject: [PATCH] fix(FR-547): fix calculate logic for agent list memory usage progress percent (#3197) resolves #3196 (FR-547) Fixed memory utilization display in agent list by multiplying the ratio by 100 to show correct percentage values in the progress bar. **Checklist:** - [ ] Documentation - [ ] Minium required manager version - [ ] Specific setting for review (eg., KB link, endpoint or how to setup) - [ ] Minimum requirements to check during review - [ ] Test case(s) to demonstrate the difference of before/after --- react/src/components/AgentList.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react/src/components/AgentList.tsx b/react/src/components/AgentList.tsx index 68d3a828ec..3c8905e337 100644 --- a/react/src/components/AgentList.tsx +++ b/react/src/components/AgentList.tsx @@ -507,7 +507,7 @@ const AgentList: React.FC = ({ {mergedResourceSlots?.mem?.human_readable_name}