提交 11e2e4c7 编写于 作者: D Daniel Beck

Merge pull request #1987 from fbonerandi/master

[FIX JENKINS-31753] Fields are aligned at the bottom
......@@ -35,12 +35,21 @@ THE SOFTWARE.
<st:include page="sidepanel.jelly" it="${build}" />
<l:main-panel>
<h1>${%Build} ${build.displayName}</h1>
<l:pane title="${%Parameters}" width="3">
<j:forEach var="parameterValue" items="${it.parameters}">
<st:include it="${parameterValue}"
page="value.jelly" />
</j:forEach>
</l:pane>
<div class="container-fluid pane-frame">
<div class="row">
<div class="col-xs-24 pane-header">${%Parameters}</div>
<div class="row col-xs-24 pane-content">
<table class="pane">
<j:forEach var="parameterValue" items="${it.parameters}">
<tbody>
<st:include it="${parameterValue}"
page="value.jelly" />
</tbody>
</j:forEach>
</table>
</div>
</div>
</div>
</l:main-panel>
</l:layout>
</j:jelly>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册