mirror of https://github.com/jenkinsci/jenkins.git
Revert "[JENKINS-68735] Missing sidepanel for user configuration if password is empty (#6650)" (#6654)
This reverts commit 393ec80794
.
This commit is contained in:
parent
56a03a5b13
commit
65fcda1350
|
@ -28,11 +28,7 @@ THE SOFTWARE.
|
|||
<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>
|
||||
|
|
Loading…
Reference in New Issue