mirror of
https://github.com/zoriya/flood.git
synced 2026-05-27 09:01:58 +00:00
Display download before upload in rate detail
This commit is contained in:
@@ -98,8 +98,8 @@ class TransferRateDetails extends React.Component {
|
||||
render() {
|
||||
return (
|
||||
<div className="client-stats__rates">
|
||||
{this.getCurrentTansferRate('upload', {showHoverDuration: true})}
|
||||
{this.getCurrentTansferRate('download')}
|
||||
{this.getCurrentTansferRate('download', {showHoverDuration: true})}
|
||||
{this.getCurrentTansferRate('upload')}
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user