mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-08 14:38:47 +00:00
Fix: add maximumFractionDigits to Glances free fs (#2048)
This commit is contained in:
parent
6b8c02cf2a
commit
770dabdf1c
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ export default function Component({ service }) {
|
||||||
<div className="text-xs opacity-75">
|
<div className="text-xs opacity-75">
|
||||||
{t("common.bbytes", {
|
{t("common.bbytes", {
|
||||||
value: fsData.free,
|
value: fsData.free,
|
||||||
maximumFractionDigits: 0,
|
maximumFractionDigits: 1,
|
||||||
})} {t("resources.free")}
|
})} {t("resources.free")}
|
||||||
</div>
|
</div>
|
||||||
</Block>
|
</Block>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue