show total speed of the job
This commit is contained in:
parent
41f15ae295
commit
f5c40d54ff
@ -121,6 +121,9 @@ class Job extends Component {
|
||||
<p> Progress: </p>
|
||||
<p> { ((stats.bytes / stats.totalBytes) * 100 || 0).toFixed(2) } % </p>
|
||||
|
||||
<p> Speed: </p>
|
||||
<p> { bytesToString(stats.speed, { speed: true }) } </p>
|
||||
|
||||
<StopButton onClick={this.stopJob}> Cancel </StopButton>
|
||||
</ActiveJob>
|
||||
{ this.renderActiveTransfer() }
|
||||
|
Loading…
x
Reference in New Issue
Block a user