Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[JENKINS-19884] .bigtable for test result lists
  • Loading branch information
olivergondza committed Oct 18, 2013
1 parent 0460a04 commit 3855f17
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Expand Up @@ -30,7 +30,7 @@ THE SOFTWARE.
<h1>Test Result</h1>
<test:bar/>

<table class="pane sortable">
<table class="pane sortable bigtable">
<tr>
<td class="pane-header">Configuration Name</td>
<td class="pane-header" style="width:4em">Duration</td>
Expand Down
Expand Up @@ -27,7 +27,7 @@ THE SOFTWARE.
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define" xmlns:l="/lib/layout" xmlns:t="/lib/hudson" xmlns:f="/lib/form">
<j:if test="${it.failCount!=0}">
<h2>${%All Failed Tests}</h2>
<table class="pane sortable">
<table class="pane sortable bigtable">
<tr>
<td class="pane-header">${%Test Name}</td>
<td class="pane-header" style="width:4em">${%Duration}</td>
Expand All @@ -49,7 +49,7 @@ THE SOFTWARE.

<j:if test="${it.totalCount!=0}">
<h2>${%All Tests}</h2>
<table class="pane sortable" id="testresult">
<table class="pane sortable bigtable" id="testresult">
<tr>
<td class="pane-header">${it.childTitle}</td>
<td class="pane-header" style="width:5em">${%Duration}</td>
Expand Down
Expand Up @@ -44,7 +44,7 @@ THE SOFTWARE.
<a href="../${report.child.project.shortUrl}testReport" class="model-link inside">${report.child.project.name}</a>
</h3>

<table class="pane sortable">
<table class="pane sortable bigtable">
<tr>
<td class="pane-header">Test Name</td>
<td class="pane-header" style="width:4em">Duration</td>
Expand Down

0 comments on commit 3855f17

Please sign in to comment.