summaryrefslogtreecommitdiffstats
path: root/mustache-templates
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2017-06-12 17:08:40 +0200
committerHolger Levsen <holger@layer-acht.org>2017-06-12 17:08:40 +0200
commitcf71208d11cab629806e46e39f819d625f14d0ad (patch)
tree410a08f37c85a44ee2198120b63ca7d40ce49efe /mustache-templates
parent332738d5cb9e147f8638b912e183ad0fd1321d9c (diff)
downloadjenkins.debian.net-cf71208d11cab629806e46e39f819d625f14d0ad.tar.xz
reproducible Debian: split health page into two, a new one for munin graphs only
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'mustache-templates')
-rw-r--r--mustache-templates/reproducible/main_navigation.mustache11
1 files changed, 8 insertions, 3 deletions
diff --git a/mustache-templates/reproducible/main_navigation.mustache b/mustache-templates/reproducible/main_navigation.mustache
index b11d9b18..a4a456e4 100644
--- a/mustache-templates/reproducible/main_navigation.mustache
+++ b/mustache-templates/reproducible/main_navigation.mustache
@@ -173,8 +173,13 @@
<li {{#breakages}}class='active'{{/breakages}}>
<a href="/debian/index_breakages.html">Broken pieces</a>
</li>
- <li {{#nodes_health}}class='active'{{/nodes_health}}>
- <a href="/debian/index_nodes_health.html">Build nodes health overview</a>
- </li>
+ <li><ul>Build nodes health
+ <li {{#nodes_health}}class='active'{{/nodes_health}}>
+ <a href="/debian/index_nodes_health.html">overview</a>
+ </li>
+ <li {{#nodes_graphs}}class='active'{{/nodes_graphs}}>
+ <a href="/debian/index_nodes_graphs.html">graphs</a>
+ </li>
+ </ul></li>
</ul>
{{{project_links_html}}}