mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-08 05:51:47 -07:00
Added percentages to the HDD usage readout. (#308)
* New: Added percentages to the HDD usage readout.
This commit is contained in:
parent
e06858e4bf
commit
8d113864aa
1 changed files with 2 additions and 0 deletions
|
@ -99,6 +99,8 @@ class DiskSpace extends Component {
|
|||
progress={diskUsage}
|
||||
kind={diskUsageKind}
|
||||
size={sizes.MEDIUM}
|
||||
progressText={diskUsage}
|
||||
showText={true}
|
||||
/>
|
||||
</TableRowCell>
|
||||
</TableRow>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue