Fix: add maximumFractionDigits to Glances free fs (#2048)

pull/2053/head
Juan Manuel Bennàssar Carretero 1 year ago committed by GitHub
parent 6b8c02cf2a
commit 770dabdf1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -53,7 +53,7 @@ export default function Component({ service }) {
<div className="text-xs opacity-75">
{t("common.bbytes", {
value: fsData.free,
maximumFractionDigits: 0,
maximumFractionDigits: 1,
})} {t("resources.free")}
</div>
</Block>

Loading…
Cancel
Save