Remove tablesorter
We haven't used it for a while now.
This commit is contained in:
@ -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 %]
|
||||
|
Reference in New Issue
Block a user