Fix VM memory size
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-06-23 14:55:09 +00:00
parent b0ee9288a6
commit a5d329eca8

View File

@ -123,7 +123,7 @@ function GroupInfo(p: { group: VMGroup }): React.ReactElement {
</TableCell>
<TableCell>
{item.architecture} &bull; RAM :{" "}
{filesize(item.memory * 1000 * 1000)} &bull;{" "}
{filesize(item.memory)} &bull;{" "}
{item.number_vcpu} vCPU
</TableCell>
<TableCell>{state?.[item.uuid] ?? ""}</TableCell>