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

* New: Added percentages to the HDD usage readout.
This commit is contained in:
Joseph Milazzo 2018-04-22 10:08:30 -05:00 committed by GitHub
parent e06858e4bf
commit 8d113864aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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