提交 9b7496e4 编写于 作者: R rseguy

[FIXED JENKINS-9343] Add LOADING overlay when triggering a build with parameters

上级 d3e5d758
...@@ -68,6 +68,9 @@ Upcoming changes</a> ...@@ -68,6 +68,9 @@ Upcoming changes</a>
Added two new CLI commands "wait-node-online" and "wait-node-offline" to block until a slave becomes online/offline. Added two new CLI commands "wait-node-online" and "wait-node-offline" to block until a slave becomes online/offline.
<li class=rfe> <li class=rfe>
Move Jenkins URL setting from E-mail Notification to its own section in the main configuration. Move Jenkins URL setting from E-mail Notification to its own section in the main configuration.
<li class=rfe>
Add LOADING overlay when triggering a build with parameters
(<a href="http://issues.jenkins-ci.org/browse/JENKINS-9343">issue 9343</a>)
</ul> </ul>
</div><!--=TRUNK-END=--> </div><!--=TRUNK-END=-->
......
...@@ -36,6 +36,7 @@ THE SOFTWARE. ...@@ -36,6 +36,7 @@ THE SOFTWARE.
<l:layout title="${it.displayName}"> <l:layout title="${it.displayName}">
<st:include page="sidepanel.jelly" it="${it.project}" /> <st:include page="sidepanel.jelly" it="${it.project}" />
<l:main-panel> <l:main-panel>
<div class="behavior-loading">${%LOADING}</div>
<h1>${it.owner.pronoun} ${it.owner.displayName}</h1> <h1>${it.owner.pronoun} ${it.owner.displayName}</h1>
<p>${%description}</p> <p>${%description}</p>
<j:set var="delay" value="${request.getParameter('delay')}" /> <j:set var="delay" value="${request.getParameter('delay')}" />
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册