Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[FIXED JENKINS-18218] fixed columns order
  • Loading branch information
ssogabe committed Jun 13, 2013
1 parent e41178c commit 1fdc9a6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Expand Up @@ -35,12 +35,12 @@ THE SOFTWARE.
<table class="pane sortable" id="warnings-table" style="margin-top: 0px;">
<tr>
<td width="40%" initialSortDir="down" class="pane-header">${%Job}</td>
<td width="10%" class="pane-header">${%Classes}</td>
<td width="10%" class="pane-header">${%Conditionals}</td>
<td width="10%" class="pane-header">${%Packages}</td>
<td width="10%" class="pane-header">${%Files}</td>
<td width="10%" class="pane-header">${%Lines}</td>
<td width="10%" class="pane-header">${%Classes}</td>
<td width="10%" class="pane-header">${%Methods}</td>
<td width="10%" class="pane-header">${%Packages}</td>
<td width="10%" class="pane-header">${%Lines}</td>
<td width="10%" class="pane-header">${%Conditionals}</td>
</tr>
<tbody>
<j:forEach var="r" items="${coverageRuns}">
Expand Down
Expand Up @@ -35,12 +35,12 @@ THE SOFTWARE.
<table class="pane sortable" id="warnings-table" style="margin-top: 0px;">
<tr>
<td width="40%" initialSortDir="down" class="pane-header" style="text-align: center;">${%Job}</td>
<td width="10%" class="pane-header" style="text-align: center;">${%Classes}</td>
<td width="10%" class="pane-header" style="text-align: center;">${%Conditionals}</td>
<td width="10%" class="pane-header" style="text-align: center;">${%Packages}</td>
<td width="10%" class="pane-header" style="text-align: center;">${%Files}</td>
<td width="10%" class="pane-header" style="text-align: center;">${%Lines}</td>
<td width="10%" class="pane-header" style="text-align: center;">${%Classes}</td>
<td width="10%" class="pane-header" style="text-align: center;">${%Methods}</td>
<td width="10%" class="pane-header" style="text-align: center;">${%Packages}</td>
<td width="10%" class="pane-header" style="text-align: center;">${%Lines}</td>
<td width="10%" class="pane-header" style="text-align: center;">${%Conditionals}</td>
</tr>
<tbody>
<j:forEach var="r" items="${coverageRuns}">
Expand Down

0 comments on commit 1fdc9a6

Please sign in to comment.