✨ Make discord integration a module
This allows for an error message if the docker integration fails to load
This commit is contained in:
@@ -181,7 +181,7 @@ export function DashdotComponent() {
|
||||
<div className={classes.tableRow}>
|
||||
<p className={classes.tableLabel}>Storage:</p>
|
||||
<p className={classes.tableValue}>
|
||||
{(100 * totalUsed / (totalSize || 1)).toFixed(1)}%{'\n'}
|
||||
{((100 * totalUsed) / (totalSize || 1)).toFixed(1)}%{'\n'}
|
||||
{bytePrettyPrint(totalUsed)} / {bytePrettyPrint(totalSize)}
|
||||
</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user