Show more precice amount recovered
This commit is contained in:
parent
2a1cc81e46
commit
00b3c405d0
1 changed files with 1 additions and 1 deletions
|
|
@ -392,7 +392,7 @@ class RecoveryState():
|
||||||
self.status_percent = get_formatted_status(
|
self.status_percent = get_formatted_status(
|
||||||
label='Recovered:', data=self.rescued_percent)
|
label='Recovered:', data=self.rescued_percent)
|
||||||
self.status_amount = get_formatted_status(
|
self.status_amount = get_formatted_status(
|
||||||
label='', data=human_readable_size(self.rescued))
|
label='', data=human_readable_size(self.rescued, decimals=2))
|
||||||
|
|
||||||
|
|
||||||
# Functions
|
# Functions
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue