Skip to content

Commit

Permalink
[JENKINS-39971] Always display the recheck button in the Plugin Manag…
Browse files Browse the repository at this point in the history
…er (#2668)

The re-check updatecenter button should be visible even if there are
currently no pending updates.
  • Loading branch information
bpedersen2 authored and oleg-nenashev committed Dec 16, 2016
1 parent a0262d2 commit 8634965
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions core/src/main/resources/hudson/PluginManager/table.jelly
Expand Up @@ -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>
Expand Down

0 comments on commit 8634965

Please sign in to comment.