Removed sorting for torrent clients in table (#1080)

This commit is contained in:
Roman Kelesidis 2023-11-12 00:04:03 +07:00 committed by GitHub
commit 867c0ec1a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -154,7 +154,7 @@ ajax.callback.callseed = function (data) {
<!-- BEGIN porthead --> <!-- BEGIN porthead -->
<th class="{sorter: 'digit'}"><b class="tbs-text">{L_DL_PORT}</b><img width="75" class="spacer" src="{SPACER}" alt="" /></th> <th class="{sorter: 'digit'}"><b class="tbs-text">{L_DL_PORT}</b><img width="75" class="spacer" src="{SPACER}" alt="" /></th>
<!-- END porthead --> <!-- 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> </tr>
</thead> </thead>
<!-- BEGIN srow --> <!-- BEGIN srow -->
@ -205,7 +205,7 @@ ajax.callback.callseed = function (data) {
<!-- BEGIN porthead --> <!-- BEGIN porthead -->
<th class="{sorter: 'digit'}"><b class="tbs-text">{L_DL_PORT}</b><img width="75" class="spacer" src="{SPACER}" alt="" /></th> <th class="{sorter: 'digit'}"><b class="tbs-text">{L_DL_PORT}</b><img width="75" class="spacer" src="{SPACER}" alt="" /></th>
<!-- END porthead --> <!-- 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> </tr>
</thead> </thead>
<!-- BEGIN lrow --> <!-- BEGIN lrow -->