Merged in [10616] from lars@netapp.com:
Disable the js tablesort stuff for a truncate result, per Henrik.
- Legacy-Id: 10646
Note: SVN reference [10616] has been migrated to Git commit 180a08c2c9
This commit is contained in:
parent
8f7ebb83f7
commit
d9686bf1de
|
@ -13,7 +13,10 @@
|
|||
</div>
|
||||
{% endif %}
|
||||
|
||||
<table class="table table-condensed table-striped tablesorter">
|
||||
{% comment %}
|
||||
Disable the js tablesort stuff for a truncate result, per Henrik.
|
||||
{% endcomment %}
|
||||
<table class="table table-condensed table-striped {% if not meta.max %}tablesorter{% endif %}">
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="sorter-false"></th>
|
||||
|
|
Loading…
Reference in a new issue