mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-07-23 00:12:53 +10:00
Fixes wrong values used in RAM usage section (#344)
This commit is contained in:
@@ -131,7 +131,9 @@
|
||||
<div class="flex-1 text-sm grow text-right self-center">
|
||||
{{
|
||||
$t("home.admin.availableRam", {
|
||||
freeRam: formatBytes(systemData.freeRam),
|
||||
usedRam: formatBytes(
|
||||
systemData.totalRam - systemData.freeRam,
|
||||
),
|
||||
totalRam: formatBytes(systemData.totalRam),
|
||||
})
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user