Skip to content

Commit

Permalink
[FIXED JENKINS-28520] standard header and left side panel shown on top
Browse files Browse the repository at this point in the history
of panel
  • Loading branch information
tomaszbech committed Jul 9, 2015
1 parent ed463a7 commit 3cd55c1
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -5,6 +5,9 @@
xmlns:l="/lib/layout" xmlns:t="/lib/hudson" xmlns:f="/lib/form"
xmlns:i="jelly:fmt">

<style type="text/css">
#side-panel, #page-head { display: none; visibility: hidden; height: 0px; }
</style>
<j:choose>
<j:when test="${empty(items)}">
<st:include page="noJob.jelly" />
Expand Down

0 comments on commit 3cd55c1

Please sign in to comment.