From a5d329eca89745fd7985b01da65de70da4123480 Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Mon, 23 Jun 2025 14:55:09 +0000 Subject: [PATCH] Fix VM memory size --- remote_frontend/src/widgets/GroupsWidget.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/remote_frontend/src/widgets/GroupsWidget.tsx b/remote_frontend/src/widgets/GroupsWidget.tsx index 66aff91..9211f53 100644 --- a/remote_frontend/src/widgets/GroupsWidget.tsx +++ b/remote_frontend/src/widgets/GroupsWidget.tsx @@ -123,7 +123,7 @@ function GroupInfo(p: { group: VMGroup }): React.ReactElement { {item.architecture} • RAM :{" "} - {filesize(item.memory * 1000 * 1000)} •{" "} + {filesize(item.memory)} •{" "} {item.number_vcpu} vCPU {state?.[item.uuid] ?? ""}