Some changes to query result list

This commit is contained in:
Patrick Jentsch
2020-07-15 11:07:03 +02:00
parent 44963b1606
commit 7cf04cbe29
4 changed files with 24 additions and 89 deletions

View File

@ -57,11 +57,14 @@
<table class="highlight responsive-table">
<thead>
<tr>
<th>{# Service #}</th>
<th>
<span class="sort" data-sort="title">Title</span>
<span class="sort" data-sort="title">Title</span> and<br>
<span class="sort" data-sort="description">Description</span>
</th>
<th>
<span class="sort" data-sort="corpus">Corpus</span> and<br>
<span class="sort" data-sort="query">Query</span>
</th>
<th>{# Actions #}</th>
</tr>
</thead>