Skip to content

Commit

Permalink
Merge pull request #54 from Jochen-A-Fuerbacher/JENKINS-25654
Browse files Browse the repository at this point in the history
[JENKINS-25654] Do not show restore button if there are no configs available.
  • Loading branch information
Jochen-A-Fuerbacher committed Apr 4, 2016
2 parents 2cec14e + 55ebd07 commit 4d8f671
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -102,7 +102,7 @@
</j:if>
</f:form>
</div>
<j:if test="${isDeleted}">
<j:if test="${isDeleted and configs.size() > 1}">
<f:form method="post" action="forwardToRestoreQuestion?name=${name}" name="forward">
<div align="right">
<f:submit value="${%Restore project}" />
Expand Down

0 comments on commit 4d8f671

Please sign in to comment.