summaryrefslogtreecommitdiffstats
path: root/mustache-templates
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2017-06-12 16:43:01 +0200
committerHolger Levsen <holger@layer-acht.org>2017-06-12 16:43:01 +0200
commitc90ae53e69340bcf33345a9f6bbc1d677012bca2 (patch)
tree8b80a51e7e65681e26d7e1d8122b8c47bf661d0a /mustache-templates
parentc58df62c75de8172ee2e7a311ade794e3b8a8772 (diff)
downloadjenkins.debian.net-c90ae53e69340bcf33345a9f6bbc1d677012bca2.tar.xz
reproducible Debian: add build nodes health overview page
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'mustache-templates')
-rw-r--r--mustache-templates/reproducible/main_navigation.mustache3
1 files changed, 3 insertions, 0 deletions
diff --git a/mustache-templates/reproducible/main_navigation.mustache b/mustache-templates/reproducible/main_navigation.mustache
index dc063fd0..efe57ad6 100644
--- a/mustache-templates/reproducible/main_navigation.mustache
+++ b/mustache-templates/reproducible/main_navigation.mustache
@@ -173,5 +173,8 @@
<li {{#breakages}}class='active'{{/breakages}}>
<a href="/debian/index_breakages.html">Broken pieces</a>
</li>
+ <li {{#breakages}}class='active'{{/nodes_health}}>
+ <a href="/debian/index_nodes_health.html">Build nodes health overview</a>
+ </li>
</ul>
{{{project_links_html}}}