提交 8634965a 编写于 作者: B bpedersen2 提交者: Oleg Nenashev

[JENKINS-39971] Always display the recheck button in the Plugin Manager (#2668)

The re-check updatecenter button should be visible even if there are
currently no pending updates.
上级 a0262d2f
......@@ -139,18 +139,18 @@ THE SOFTWARE.
</table>
</div>
<j:if test="${!empty(list)}">
<div id="bottom-sticker" >
<div class="bottom-sticker-inner">
<div id="bottom-sticker" >
<div class="bottom-sticker-inner">
<j:if test="${!empty(list)}">
<j:if test="${!isUpdates}">
<f:submit value="${%Install without restart}" name="dynamicLoad" />
<span style="margin-left:2em;"></span>
</j:if>
<f:submit value="${%Download now and install after restart}" />
<st:include page="check.jelly"/>
</j:if>
<st:include page="check.jelly"/>
</div>
</div>
</j:if>
<d:invokeBody />
</form>
</l:main-panel>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册