mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-27 03:39:39 +03:00
[WebUI]Use the same layout in the Speed tab in preferences as the GUI.
This commit is contained in:
parent
0addeafc6b
commit
b1f1823c65
1 changed files with 10 additions and 9 deletions
|
@ -208,15 +208,6 @@
|
||||||
<td><input type="text" id="dl_limit_value" style="width: 4em;"/> QBT_TR(KiB/s)QBT_TR[CONTEXT=OptionsDialog]</td>
|
<td><input type="text" id="dl_limit_value" style="width: 4em;"/> QBT_TR(KiB/s)QBT_TR[CONTEXT=OptionsDialog]</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
<fieldset class="settings">
|
|
||||||
<legend>QBT_TR(Rate Limits Settings)QBT_TR[CONTEXT=OptionsDialog]</legend>
|
|
||||||
<input type="checkbox" id="enable_utp_checkbox" onClick="updateUTPEnabled();"/>
|
|
||||||
<label for="enable_utp_checkbox">QBT_TR(Enable µTP protocol)QBT_TR[CONTEXT=OptionsDialog]</label><br/>
|
|
||||||
<input type="checkbox" id="limit_utp_rate_checkbox"/>
|
|
||||||
<label for="limit_utp_rate_checkbox">QBT_TR(Apply rate limit to µTP protocol)QBT_TR[CONTEXT=OptionsDialog]</label><br/>
|
|
||||||
<input type="checkbox" id="limit_tcp_overhead_checkbox"/>
|
|
||||||
<label for="limit_tcp_overhead_checkbox">QBT_TR(Apply rate limit to transport overhead)QBT_TR[CONTEXT=OptionsDialog]</label><br/>
|
|
||||||
</fieldset>
|
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
||||||
<fieldset class="settings">
|
<fieldset class="settings">
|
||||||
|
@ -262,6 +253,16 @@
|
||||||
</br/>
|
</br/>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
||||||
|
<fieldset class="settings">
|
||||||
|
<legend>QBT_TR(Rate Limits Settings)QBT_TR[CONTEXT=OptionsDialog]</legend>
|
||||||
|
<input type="checkbox" id="enable_utp_checkbox" onClick="updateUTPEnabled();"/>
|
||||||
|
<label for="enable_utp_checkbox">QBT_TR(Enable µTP protocol)QBT_TR[CONTEXT=OptionsDialog]</label><br/>
|
||||||
|
<input type="checkbox" id="limit_utp_rate_checkbox"/>
|
||||||
|
<label for="limit_utp_rate_checkbox">QBT_TR(Apply rate limit to µTP protocol)QBT_TR[CONTEXT=OptionsDialog]</label><br/>
|
||||||
|
<input type="checkbox" id="limit_tcp_overhead_checkbox"/>
|
||||||
|
<label for="limit_tcp_overhead_checkbox">QBT_TR(Apply rate limit to transport overhead)QBT_TR[CONTEXT=OptionsDialog]</label><br/>
|
||||||
|
</fieldset>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="BittorrentTab" class="PrefTab invisible">
|
<div id="BittorrentTab" class="PrefTab invisible">
|
||||||
|
|
Loading…
Reference in a new issue