Added percentages to the HDD usage readout. (#308)

* New: Added percentages to the HDD usage readout.
pull/6/head
Joseph Milazzo 6 years ago committed by GitHub
parent e06858e4bf
commit 8d113864aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -99,6 +99,8 @@ class DiskSpace extends Component {
progress={diskUsage}
kind={diskUsageKind}
size={sizes.MEDIUM}
progressText={diskUsage}
showText={true}
/>
</TableRowCell>
</TableRow>

Loading…
Cancel
Save