mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-20 21:33:54 -07:00
Removed sorting for torrent clients in table (#1080)
This commit is contained in:
parent
b95a7f3b7e
commit
867c0ec1a2
1 changed files with 2 additions and 2 deletions
|
@ -154,7 +154,7 @@ ajax.callback.callseed = function (data) {
|
|||
<!-- BEGIN porthead -->
|
||||
<th class="{sorter: 'digit'}"><b class="tbs-text">{L_DL_PORT}</b><img width="75" class="spacer" src="{SPACER}" alt="" /></th>
|
||||
<!-- END porthead -->
|
||||
<th class="{sorter: 'text'}"><b class="tbs-text">{L_DL_CLIENT}</b><img width="75" class="spacer" src="{SPACER}" alt="" /></th>
|
||||
<th class="{sorter: false}"><b class="tbs-text">{L_DL_CLIENT}</b><img width="75" class="spacer" src="{SPACER}" alt="" /></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<!-- BEGIN srow -->
|
||||
|
@ -205,7 +205,7 @@ ajax.callback.callseed = function (data) {
|
|||
<!-- BEGIN porthead -->
|
||||
<th class="{sorter: 'digit'}"><b class="tbs-text">{L_DL_PORT}</b><img width="75" class="spacer" src="{SPACER}" alt="" /></th>
|
||||
<!-- END porthead -->
|
||||
<th class="{sorter: 'text'}"><b class="tbs-text">{L_DL_CLIENT}</b><img width="75" class="spacer" src="{SPACER}" alt="" /></th>
|
||||
<th class="{sorter: false}"><b class="tbs-text">{L_DL_CLIENT}</b><img width="75" class="spacer" src="{SPACER}" alt="" /></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<!-- BEGIN lrow -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue