make saved searches table sortable

This commit is contained in:
r888888888
2017-03-20 15:44:33 -07:00
parent c90de90291
commit 73895a1a27
3 changed files with 16 additions and 2 deletions

View File

@@ -10,8 +10,8 @@
<table class="striped" width="100%">
<thead>
<tr>
<th width="60%">Query</th>
<th width="20%">Labels</th>
<th data-sort="string" width="60%">Query</th>
<th data-sort="string" width="20%">Labels</th>
<th width="20%" class="links"></th>
</tr>
</thead>