Remove tablesorter
We haven't used it for a while now.
This commit is contained in:
parent
4a2cb5e206
commit
ac2bdaf1c5
|
@ -5,11 +5,10 @@ STATIC = \
|
|||
static/js/bootbox.min.js
|
||||
|
||||
FLOT = flot-0.6.zip
|
||||
TABLESORTER = jquery.tablesorter.zip
|
||||
JQUERY = jquery-ui-1.8.5.custom.zip
|
||||
BOOTSTRAP = bootstrap-2.3.1.zip
|
||||
|
||||
ZIPS = $(FLOT) $(TABLESORTER) $(JQUERY) $(BOOTSTRAP)
|
||||
ZIPS = $(FLOT) $(JQUERY) $(BOOTSTRAP)
|
||||
|
||||
EXTRA_DIST = $(TEMPLATES) $(STATIC) $(ZIPS)
|
||||
|
||||
|
@ -20,8 +19,6 @@ all:
|
|||
mkdir -p $(srcdir)/static/js
|
||||
unzip -u -d $(srcdir)/static/js/jquery $(JQUERY)
|
||||
unzip -u -d $(srcdir)/static $(BOOTSTRAP)
|
||||
rm -rf $(srcdir)/static/js/tablesorter
|
||||
unzip -u -d $(srcdir)/static/js $(TABLESORTER)
|
||||
unzip -u -d $(srcdir)/static/js $(FLOT)
|
||||
|
||||
install-data-local: $(ZIPS)
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
[% END %]
|
||||
|
||||
[% BLOCK renderBuildSteps %]
|
||||
<table class="tablesorter table table-striped table-condensed clickable-rows">
|
||||
<table class="table table-striped table-condensed clickable-rows">
|
||||
<thead>
|
||||
<tr><th>Nr</th><th>What</th><th>Duration</th><th>Machine</th><th>Status</th></tr>
|
||||
</thead>
|
||||
|
@ -338,7 +338,7 @@
|
|||
|
||||
<p>The following builds have used this build as an input:</p>
|
||||
|
||||
<table class="tablesorter table table-condensed table-striped">
|
||||
<table class="table table-condensed table-striped">
|
||||
<thead>
|
||||
<tr><th>Build</th><th>Input name</th><th>System</th><th>Timestamp</th></tr>
|
||||
</thead>
|
||||
|
|
|
@ -32,7 +32,7 @@ install the package simply by clicking on the packages below.</p>
|
|||
|
||||
<p>This channel contains the following packages.</p>
|
||||
|
||||
<table class="tablesorter table table-condensed table-striped clickable-rows">
|
||||
<table class="table table-condensed table-striped clickable-rows">
|
||||
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
<h2>Build inputs</h2>
|
||||
|
||||
<table class="tablesorter table table-condensed table-striped">
|
||||
<table class="table table-condensed table-striped">
|
||||
<thead>
|
||||
<tr><th>Name</th><th>Type</th><th>Value</th></tr>
|
||||
</thead>
|
||||
|
|
|
@ -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 %]
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<table class="tablesorter table table-condensed table-striped">
|
||||
<table class="table table-condensed table-striped">
|
||||
<thead>
|
||||
<tr>
|
||||
<th></th>
|
||||
|
|
|
@ -13,7 +13,7 @@ that don’t build.</p>
|
|||
|
||||
<h2>Evaluation errors in jobsets</h2>
|
||||
|
||||
<table class="tablesorter table table-condensed table-striped">
|
||||
<table class="table table-condensed table-striped">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Name</th>
|
||||
|
@ -39,7 +39,7 @@ that don’t build.</p>
|
|||
|
||||
<h2>Evaluation errors in jobs</h2>
|
||||
|
||||
<table class="tablesorter table table-condensed table-striped">
|
||||
<table class="table table-condensed table-striped">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Name</th>
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
|
||||
[% BLOCK renderJobsetInputs %]
|
||||
<h3>Inputs</h3>
|
||||
<table class="tablesorter table table-striped table-condensed">
|
||||
<table class="table table-striped table-condensed">
|
||||
<thead>
|
||||
<tr><th>Input name</th><th>Type</th><th>Values</th></tr>
|
||||
</thead>
|
||||
|
|
Binary file not shown.
|
@ -15,7 +15,7 @@
|
|||
|
||||
<p>The following projects are hosted on this server:</p>
|
||||
|
||||
<table class="tablesorter table table-condensed table-striped clickable-rows">
|
||||
<table class="table table-condensed table-striped clickable-rows">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Id</th>
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
[% IF project.jobsets.size > 0 %]
|
||||
<p>This project has the following jobsets:</p>
|
||||
|
||||
<table class="tablesorter table table-striped table-condensed clickable-rows">
|
||||
<table class="table table-striped table-condensed clickable-rows">
|
||||
<thead>
|
||||
<tr>
|
||||
<th></th>
|
||||
|
@ -119,7 +119,7 @@
|
|||
|
||||
<p>This project has made the following releases:</p>
|
||||
|
||||
<table class="tablesorter table table-condensed table-striped clickable-rows">
|
||||
<table class="table table-condensed table-striped clickable-rows">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Name</th>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[% WRAPPER layout.tt title="Active build steps" %]
|
||||
[% PROCESS common.tt %]
|
||||
|
||||
<table class="tablesorter table table-striped table-condensed clickable-rows">
|
||||
<table class="table table-striped table-condensed clickable-rows">
|
||||
<thead>
|
||||
<tr><th>Machine</th><th>Job</th><th>Type</th><th>Build</th><th>Step</th><th>What</th><th>Since</th></tr>
|
||||
</thead>
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
<p>Showing results [% (page - 1) * resultsPerPage + 1 %] - [% (page - 1) * resultsPerPage + results.size %] out of [% totalResults %].</p>
|
||||
|
||||
<table class="tablesorter table table-condensed table-striped clickable-rows">
|
||||
<table class="table table-condensed table-striped clickable-rows">
|
||||
<thead>
|
||||
<tr>
|
||||
<th></th>
|
||||
|
|
Loading…
Reference in a new issue