add disable-sort-click to all empty <th>s

pull/134/head
Aevann 2023-02-24 23:55:01 +02:00
parent 5797132548
commit ff4e04a926
5 changed files with 5 additions and 5 deletions

View File

@ -15,7 +15,7 @@
<div class="overflow-x-auto"><table class="table table-striped mb-5"> <div class="overflow-x-auto"><table class="table table-striped mb-5">
<thead class="bg-primary text-white"> <thead class="bg-primary text-white">
<tr> <tr>
<th></th> <th class="disable-sort-click"></th>
<th class="disable-sort-click">@{{u1.username}} only (% unique)</th> <th class="disable-sort-click">@{{u1.username}} only (% unique)</th>
<th class="disable-sort-click">Both</th> <th class="disable-sort-click">Both</th>
<th class="disable-sort-click">@{{u2.username}} only (% unique)</th> <th class="disable-sort-click">@{{u2.username}} only (% unique)</th>

View File

@ -11,7 +11,7 @@
<tr> <tr>
<th>Domain</th> <th>Domain</th>
<th>Ban reason</th> <th>Ban reason</th>
<th></th> <th class="disable-sort-click"></th>
</tr> </tr>
</thead> </thead>

View File

@ -8,7 +8,7 @@
<th>Name</th> <th>Name</th>
<th>Approved on</th> <th>Approved on</th>
{% if v.id == group.owner.id %} {% if v.id == group.owner.id %}
<th></th> <th class="disable-sort-click"></th>
{% endif %} {% endif %}
</tr> </tr>
</thead> </thead>

View File

@ -9,7 +9,7 @@
<th>Name</th> <th>Name</th>
<th>Exiled by</th> <th>Exiled by</th>
<th>Exiled since</th> <th>Exiled since</th>
<th></th> <th class="disable-sort-click"></th>
</tr> </tr>
</thead> </thead>
{% for user, exile in users %} {% for user, exile in users %}

View File

@ -11,7 +11,7 @@
<th>#</th> <th>#</th>
<th>Name</th> <th>Name</th>
<th>Mod since</th> <th>Mod since</th>
<th></th> <th class="disable-sort-click"></th>
</tr> </tr>
</thead> </thead>
{% for user, mod in users %} {% for user, mod in users %}