mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-04 06:32:29 -06:00
[Web UI] Fix empty trackers addition
This commit is contained in:
@@ -27,10 +27,10 @@
|
||||
<table class="torrentTable" cellpadding="0" cellspacing="0" style="width: 100%">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>QBT_TR(URL)QBT_TR <img src="theme/list-add" id="addTrackersPlus"/></th>
|
||||
<th style="width: 250px;">QBT_TR(Status)QBT_TR</th>
|
||||
<th style="width: 150px;">QBT_TR(Peers)QBT_TR</th>
|
||||
<th style="width: 200px;">QBT_TR(Message)QBT_TR</th>
|
||||
<th style="width: 30%;">QBT_TR(URL)QBT_TR <img src="theme/list-add" id="addTrackersPlus"/></th>
|
||||
<th style="width: 10%;">QBT_TR(Status)QBT_TR</th>
|
||||
<th style="width: 10%;">QBT_TR(Peers)QBT_TR</th>
|
||||
<th style="width: 50%;">QBT_TR(Message)QBT_TR</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody id="trackersTable"></tbody>
|
||||
|
||||
Reference in New Issue
Block a user