mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-07 22:28:48 +00:00
Change: increase precision of used space in fs glances widget
This commit is contained in:
parent
ffd465a36a
commit
84db5ea13d
1 changed files with 2 additions and 2 deletions
|
@ -58,7 +58,7 @@ export default function Component({ service }) {
|
|||
<div className="text-xs opacity-50">
|
||||
{t(diskUnits, {
|
||||
value: fsData.used,
|
||||
maximumFractionDigits: 0,
|
||||
maximumFractionDigits: 1,
|
||||
})}{" "}
|
||||
{t("resources.used")}
|
||||
</div>
|
||||
|
@ -79,7 +79,7 @@ export default function Component({ service }) {
|
|||
<div className="text-xs opacity-50">
|
||||
{t(diskUnits, {
|
||||
value: fsData.used,
|
||||
maximumFractionDigits: 0,
|
||||
maximumFractionDigits: 1,
|
||||
})}{" "}
|
||||
{t("resources.used")}
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue