diff options
author | Holger Levsen <holger@layer-acht.org> | 2017-06-12 20:28:01 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-06-12 20:28:01 +0200 |
commit | fce81b15443a9387e85649229850e8a0916b4d5a (patch) | |
tree | 03cb5ae65d9acafe875d7f0e751336fedb6717f1 /mustache-templates | |
parent | c4d1f4b92c810af5493e0d68bd9717ada01056d5 (diff) | |
download | jenkins.debian.net-fce81b15443a9387e85649229850e8a0916b4d5a.tar.xz |
reproducible Debian: have two nodes health graph pages: daily and weekly
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'mustache-templates')
-rw-r--r-- | mustache-templates/reproducible/main_navigation.mustache | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/mustache-templates/reproducible/main_navigation.mustache b/mustache-templates/reproducible/main_navigation.mustache index d94a7cd6..82909dee 100644 --- a/mustache-templates/reproducible/main_navigation.mustache +++ b/mustache-templates/reproducible/main_navigation.mustache @@ -174,12 +174,17 @@ <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">Nodes health overview</a> - </li> - <li {{#nodes_graphs}}class='active'{{/nodes_graphs}}> - <a href="/debian/index_nodes_graphs.html">Nodes health graphs</a> - </li> + <li><ul>Nodes health + <li {{#nodes_health}}class='active'{{/nodes_health}}> + <a href="/debian/index_nodes_health.html">overview</a> + </li> + <li {{#nodes_daily_graphs}}class='active'{{/nodes_daily_graphs}}> + <a href="/debian/index_nodes_daily_graphs.html">daily graphs</a> + </li> + <li {{#nodes_weekly_graphs}}class='active'{{/nodes_weekly_graphs}}> + <a href="/debian/index_nodes_weekly_graphs.html">weekly graphs</a> + </li> + </ul></li> </ul></li> </ul> {{{project_links_html}}} |