From 6f9a5d5fefd9c0a2622ce62588ee717f762b7eee Mon Sep 17 00:00:00 2001 From: Ievgen Sobko Date: Sat, 13 Mar 2021 11:14:04 +0200 Subject: [PATCH] feat: torrent detail infinity sign for unlimited speeds (#173) Co-authored-by: Ievgen Sobko --- .../Modals/TorrentDetailModal/Tabs/Info.vue | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/src/components/Modals/TorrentDetailModal/Tabs/Info.vue b/src/components/Modals/TorrentDetailModal/Tabs/Info.vue index 9375c157cf..1dae00268b 100644 --- a/src/components/Modals/TorrentDetailModal/Tabs/Info.vue +++ b/src/components/Modals/TorrentDetailModal/Tabs/Info.vue @@ -184,16 +184,22 @@ Download Limit - - {{ torrent.dl_limit | getDataValue }} {{ torrent.dl_limit | getDataUnit }} /s + + {{ torrent.dl_limit | getDataValue }} {{ torrent.dl_limit | getDataUnit }}/s + + + ∞ Upload Limit - - {{ torrent.up_limit | getDataValue }} {{ torrent.up_limit | getDataUnit }} /s + + {{ torrent.up_limit | getDataValue }} {{ torrent.up_limit | getDataUnit }}/s + + + ∞