Skip to content

Commit

Permalink
[JENKINS-19884] .bigtable for test result lists
Browse files Browse the repository at this point in the history
  • Loading branch information
olivergondza committed Dec 31, 2013
1 parent e6849a7 commit 773c247
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -32,7 +32,7 @@ THE SOFTWARE.
<j:set var="prev" value="${it.previousResult}" />
<test:bar />

<table class="pane sortable" id="testresult">
<table class="pane sortable bigtable" id="testresult">
<tr>
<td class="pane-header">${%Module}</td>
<td class="pane-header" style="width:5em">${%Fail}</td>
Expand Down Expand Up @@ -64,4 +64,4 @@ THE SOFTWARE.
</table>
</l:main-panel>
</l:layout>
</j:jelly>
</j:jelly>

0 comments on commit 773c247

Please sign in to comment.