summaryrefslogtreecommitdiffstats
path: root/mustache-templates/reproducible/main_navigation.mustache
diff options
context:
space:
mode:
Diffstat (limited to 'mustache-templates/reproducible/main_navigation.mustache')
-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}}}