Remove tablesorter

We haven't used it for a while now.
This commit is contained in:
Eelco Dolstra
2013-04-26 14:49:11 +02:00
parent 4a2cb5e206
commit ac2bdaf1c5
13 changed files with 17 additions and 20 deletions

View File

@ -62,7 +62,7 @@ END;
BLOCK renderBuildListHeader %]
<table class="table table-striped table-condensed clickable-rows [% IF !unsortable %]tablesorter[% END %]">
<table class="table table-striped table-condensed clickable-rows">
<thead>
<tr>
[% IF !hideResultInfo %]
@ -307,7 +307,7 @@ END;
BLOCK renderInputs; %]
<table class="tablesorter table table-striped table-condensed">
<table class="table table-striped table-condensed">
<thead>
<tr><th>Name</th><th>Type</th><th>Value</th><th>Revision</th><th>Store path</th></tr>
</thead>
@ -408,7 +408,7 @@ END;
BLOCK renderEvals %]
<table class="tablesorter table table-condensed table-striped clickable-rows">
<table class="table table-condensed table-striped clickable-rows">
<thead>
<tr>
[% IF !jobset && !build %]