diff options
author | Holger Levsen <holger@layer-acht.org> | 2017-06-12 16:43:01 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-06-12 16:43:01 +0200 |
commit | c90ae53e69340bcf33345a9f6bbc1d677012bca2 (patch) | |
tree | 8b80a51e7e65681e26d7e1d8122b8c47bf661d0a /mustache-templates | |
parent | c58df62c75de8172ee2e7a311ade794e3b8a8772 (diff) | |
download | jenkins.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.mustache | 3 |
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}}} |