summaryrefslogtreecommitdiffstats
path: root/mustache-templates
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2017-06-12 19:26:45 +0200
committerHolger Levsen <holger@layer-acht.org>2017-06-12 19:26:45 +0200
commite042e902a181d40ae76bb044d3fd2c52c61465ee (patch)
tree69319bfed1ae40778f61cd277d89b12ee8a8b29f /mustache-templates
parentdb9e1763fe6e28c6d918cd7045a05589f570e1fa (diff)
downloadjenkins.debian.net-e042e902a181d40ae76bb044d3fd2c52c61465ee.tar.xz
reproducible Debian: slightly reorganize navigation for backend related pages
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'mustache-templates')
-rw-r--r--mustache-templates/reproducible/main_navigation.mustache28
1 files changed, 14 insertions, 14 deletions
diff --git a/mustache-templates/reproducible/main_navigation.mustache b/mustache-templates/reproducible/main_navigation.mustache
index a4a456e4..d94a7cd6 100644
--- a/mustache-templates/reproducible/main_navigation.mustache
+++ b/mustache-templates/reproducible/main_navigation.mustache
@@ -162,23 +162,23 @@
Repositories overview
</a>
</li>
- <li {{#jenkins-docs}}class='active'{{/jenkins-docs}}>
- <a href="https://jenkins.debian.net/userContent/about.html#_reproducible_builds_jobs"
- target="_blank">Documentation for Jenkins backend</a><br />
- (eg. on manual scheduling)
- </li>
- <li {{#performance}}class='active'{{/performance}}>
- <a href="/debian/index_performance.html">Performance stats</a>
- </li>
- <li {{#breakages}}class='active'{{/breakages}}>
- <a href="/debian/index_breakages.html">Broken pieces</a>
- </li>
- <li><ul>Build nodes health
+ <li><ul>Backend related
+ <li {{#breakages}}class='active'{{/breakages}}>
+ <a href="/debian/index_breakages.html">Broken pieces</a>
+ </li>
+ <li {{#jenkins-docs}}class='active'{{/jenkins-docs}}>
+ <a href="https://jenkins.debian.net/userContent/about.html#_reproducible_builds_jobs"
+ target="_blank">Documentation</a><br />
+ (eg. on manual scheduling)
+ </li>
+ <li {{#performance}}class='active'{{/performance}}>
+ <a href="/debian/index_performance.html">Performance stats</a>
+ </li>
<li {{#nodes_health}}class='active'{{/nodes_health}}>
- <a href="/debian/index_nodes_health.html">overview</a>
+ <a href="/debian/index_nodes_health.html">Nodes health overview</a>
</li>
<li {{#nodes_graphs}}class='active'{{/nodes_graphs}}>
- <a href="/debian/index_nodes_graphs.html">graphs</a>
+ <a href="/debian/index_nodes_graphs.html">Nodes health graphs</a>
</li>
</ul></li>
</ul>