提交 164443b4 编写于 作者: J Jesse Glick

Fixing alignment in /computer/ index page.

上级 e96e6d82
......@@ -42,11 +42,11 @@ THE SOFTWARE.
<table id="computers" class="sortable pane bigtable">
<tr>
<th width="32">S</th>
<th initialSortDir="down">${%Name}</th>
<th initialSortDir="down" align="left">${%Name}</th>
<j:forEach var="m" items="${monitors}">
<j:if test="${m.columnCaption!=null}">
<j:set var="tableWidth" value="${tableWidth+1}"/>
<th>${m.columnCaption}</th>
<th align="right">${m.columnCaption}</th>
</j:if>
</j:forEach>
<th />
......
......@@ -24,5 +24,5 @@ THE SOFTWARE.
<?jelly escape-by-default='true'?>
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define" xmlns:l="/lib/layout" xmlns:t="/lib/hudson" xmlns:s="/lib/form">
<td align="middle">${data}</td>
<td align="right">${data}</td>
</j:jelly>
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册