Commit 26552430fbc6f93d4542c2ccbf303845f61daee4
1 parent
f8c6d929
Exists in
master
and in
39 other branches
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,12 +6,10 @@ | ||
| 6 | <rules css:if-content="#main-table"> | 6 | <rules css:if-content="#main-table"> |
| 7 | <replace css:theme="#jenkins-css" content="//head/link" /> | 7 | <replace css:theme="#jenkins-css" content="//head/link" /> |
| 8 | <replace css:theme="#jenkins-js" content="//head/script" /> | 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 | <merge attributes="class" css:theme="body" css:content="body" /> | 11 | <merge attributes="class" css:theme="body" css:content="body" /> |
| 12 | + <drop css:content="#top-panel" /> | ||
| 15 | 13 | ||
| 16 | <after theme-children="/html/head"> | 14 | <after theme-children="/html/head"> |
| 17 | <script>jQuery.noConflict();</script> | 15 | <script>jQuery.noConflict();</script> |