mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-10 15:35:55 +01:00
Fix Dash. compact view storage
This commit is contained in:
committed by
GitHub
parent
ce0f27bb6e
commit
5df2c67c2f
@@ -181,7 +181,7 @@ export function DashdotComponent() {
|
|||||||
<div className={classes.tableRow}>
|
<div className={classes.tableRow}>
|
||||||
<p className={classes.tableLabel}>Storage:</p>
|
<p className={classes.tableLabel}>Storage:</p>
|
||||||
<p className={classes.tableValue}>
|
<p className={classes.tableValue}>
|
||||||
{(totalUsed / (totalSize || 1)).toFixed(1)}%{'\n'}
|
{(100 * totalUsed / (totalSize || 1)).toFixed(1)}%{'\n'}
|
||||||
{bytePrettyPrint(totalUsed)} / {bytePrettyPrint(totalSize)}
|
{bytePrettyPrint(totalUsed)} / {bytePrettyPrint(totalSize)}
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user