Commit 1da59ff0c3fe35125cb103fd5c180b2a802c31b4

Authored by Sergio Oliveira
1 parent fd32f0a0

Not applying theme for /ci/job/colab/configSubmit

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
src/proxy/diazo/jenkins.xml
... ... @@ -3,6 +3,8 @@
3 3 xmlns:css="http://namespaces.plone.org/diazo/css"
4 4 xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
5 5  
  6 + <notheme css:if-path="/ci/job/colab/configSubmit" />
  7 +
6 8 <replace css:theme="#jenkins-css" content="//head/link" />
7 9 <replace css:theme="#jenkins-js" content="//head/script" />
8 10 <before css:theme-children="#main-content" css:content="#main-table" />
... ...