Skip to content

Commit

Permalink
Revert "[JENKINS-68735] Missing sidepanel for user configuration if p…
Browse files Browse the repository at this point in the history
…assword is empty (#6650)" (#6654)

This reverts commit 393ec80.
  • Loading branch information
daniel-beck committed Jun 13, 2022
1 parent 56a03a5 commit 65fcda1
Showing 1 changed file with 3 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,11 @@ THE SOFTWARE.

<?jelly escape-by-default='true'?>
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:l="/lib/layout">
<st:statusCode value="400" /><!-- clearly indicate that this page is an error page -->
<st:statusCode value="400" /><!-- clearly indicate that this page is an error page -->
<st:setHeader name="X-Error" value="${message}"/>
<l:layout title="Jenkins">
<l:header />
<l:side-panel>
<l:tasks>
<l:task href="configure" icon="icon-up" title="${%Back to user configuration}"/>
</l:tasks>
</l:side-panel>
<l:side-panel />
<l:main-panel>
<h1>${%Error}</h1>
<j:choose>
Expand All @@ -43,7 +39,7 @@ THE SOFTWARE.
<p>${message}</p>
</j:otherwise>
</j:choose>

<j:if test="${exception!=null}">
<div>
<!-- use Behavior rule: A.showDetails -->
Expand Down

0 comments on commit 65fcda1

Please sign in to comment.