Commit 26552430fbc6f93d4542c2ccbf303845f61daee4

Authored by Sergio Oliveira
1 parent f8c6d929

Loading all body content and droping header after

Showing 1 changed file with 2 additions and 4 deletions   Show diff stats
src/proxy/diazo/jenkins.xml
... ... @@ -6,12 +6,10 @@
6 6 <rules css:if-content="#main-table">
7 7 <replace css:theme="#jenkins-css" content="//head/link" />
8 8 <replace css:theme="#jenkins-js" content="//head/script" />
9   - <before css:theme-children="#main-content" css:content="#main-table" />
10   -
11   - <!-- Breadcrumbs -->
12   - <after css:theme="nav.navbar-fixed-top" css:content="#left-top-nav" />
13 9  
  10 + <before css:theme-children="#main-content" css:content-children="body" />
14 11 <merge attributes="class" css:theme="body" css:content="body" />
  12 + <drop css:content="#top-panel" />
15 13  
16 14 <after theme-children="/html/head">
17 15 <script>jQuery.noConflict();</script>
... ...