mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-27 03:39:39 +03:00
Merge pull request #6701 from Chocobo1/webui
WebUI: Fix checkbox hidden
This commit is contained in:
commit
e91a5f6a5a
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@
|
|||
<table class="dynamicTable" style="width: 100%">
|
||||
<thead>
|
||||
<tr>
|
||||
<th style="width: 30px; border-right: 0"><input type="checkbox" id="tristate_cb" style="display: none;" onclick="javascript:switchCBState()" /><label id="all_files_cb" class="tristate" for="tristate_cb"></label></th>
|
||||
<th style="width: 4.5em; border-right: 0"><input type="checkbox" id="tristate_cb" style="display: none;" onclick="javascript:switchCBState()" /><label id="all_files_cb" class="tristate" for="tristate_cb"></label></th>
|
||||
<th>QBT_TR(Name)QBT_TR</th>
|
||||
<th style="width: 150px;">QBT_TR(Size)QBT_TR</th>
|
||||
<th style="width: 90px;">QBT_TR(Progress)QBT_TR</th>
|
||||
|
|
Loading…
Reference in a new issue