From 11a3fed6ba923abf16e5144dd1599996a4b18c7d Mon Sep 17 00:00:00 2001
From: YouROK <8yourok8@mail.ru>
Date: Mon, 17 May 2021 11:53:14 +0300
Subject: [PATCH] add upload speed
---
web/src/components/DialogCacheInfo.js | 2 ++
1 file changed, 2 insertions(+)
diff --git a/web/src/components/DialogCacheInfo.js b/web/src/components/DialogCacheInfo.js
index f993da1..e2f2e30 100644
--- a/web/src/components/DialogCacheInfo.js
+++ b/web/src/components/DialogCacheInfo.js
@@ -118,6 +118,8 @@ export default function DialogCacheInfo(props) {
Download speed {cache.Torrent && cache.Torrent.download_speed ? humanizeSize(cache.Torrent.download_speed) + '/sec' : ''}
+ Upload speed {cache.Torrent && cache.Torrent.upload_speed ? humanizeSize(cache.Torrent.upload_speed) + '/sec' : ''}
+
Status {cache.Torrent && cache.Torrent.stat_string && cache.Torrent.stat_string}