mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 13:23:34 -07:00
parent
d4f49c3666
commit
22b0160eaa
2 changed files with 60 additions and 60 deletions
|
@ -468,7 +468,7 @@ window.addEvent('load', function() {
|
|||
$('DHTNodes').set('html', 'QBT_TR(DHT: %1 nodes)QBT_TR[CONTEXT=StatusBar]'.replace("%1", serverState.dht_nodes));
|
||||
|
||||
// Statistics dialog
|
||||
if (document.getElementById("statisticspage")) {
|
||||
if (document.getElementById("statisticsContent")) {
|
||||
$('AlltimeDL').set('html', friendlyUnit(serverState.alltime_dl, false));
|
||||
$('AlltimeUL').set('html', friendlyUnit(serverState.alltime_ul, false));
|
||||
$('TotalWastedSession').set('html', friendlyUnit(serverState.total_wasted_session, false));
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<div id="statisticsContent">
|
||||
<h3>QBT_TR(User statistics)QBT_TR[CONTEXT=StatsDialog]</h3>
|
||||
<table style="width:100%">
|
||||
<tr>
|
||||
|
@ -21,7 +22,6 @@
|
|||
<td id="TotalPeerConnections" class="statisticsValue"></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<h3>QBT_TR(Cache statistics)QBT_TR[CONTEXT=StatsDialog]</h3>
|
||||
<table style="width:100%">
|
||||
<tr>
|
||||
|
@ -33,7 +33,6 @@
|
|||
<td id="TotalBuffersSize" class="statisticsValue"></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<h3>QBT_TR(Performance statistics)QBT_TR[CONTEXT=StatsDialog]</h3>
|
||||
<table style="width:100%">
|
||||
<tr>
|
||||
|
@ -57,3 +56,4 @@
|
|||
<td id="TotalQueuedSize" class="statisticsValue"></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue