Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/homepage/commit/84db5ea13de590995bd0f20a4fd46b6c9e2fc089 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Change: increase precision of used space in fs glances widget

pull/3882/head
shamoon 8 months ago committed by GitHub
parent ffd465a36a
commit 84db5ea13d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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…
Cancel
Save