Loading bin/reproducible_html_nodes_info.sh +7 −7 Original line number Diff line number Diff line Loading @@ -143,9 +143,9 @@ build_nodes_health_page() { build_graph_overview_pages() { # # munin nodes daily/weekly pages # munin nodes daily/weekly/monthly pages # for TYPE in daily weekly ; do for TYPE in daily weekly monthly ; do VIEW=nodes_${TYPE}_graphs PAGE=index_${VIEW}.html ARCH=amd64 Loading Loading @@ -186,11 +186,11 @@ build_graph_overview_pages() { esac fi write_page "<td><a href='https://jenkins.debian.net/munin/debian.net/$NODE/$GRAPH.html'>" if [ "$TYPE" = "daily" ] ; then IMG=day.png else IMG=week.png fi case "$TYPE" in daily) IMG=day.png ;; weekly) IMG=week.png ;; monthy) IMG=month.png ;; esac write_page "<img src='https://jenkins.debian.net/munin/debian.net/$NODE/${GRAPH}-${IMG}' width='150' /></a></td>" done write_page "</tr>" Loading mustache-templates/reproducible/main_navigation.mustache +3 −0 Original line number Diff line number Diff line Loading @@ -191,6 +191,9 @@ <li {{#nodes_weekly_graphs}}class='active'{{/nodes_weekly_graphs}}> <a href="/debian/index_nodes_weekly_graphs.html">weekly graphs</a> </li> <li {{#nodes_monthly_graphs}}class='active'{{/nodes_monthly_graphs}}> <a href="/debian/index_nodes_monthly_graphs.html">monthly graphs</a> </li> </ul></li> </ul></li> </ul> Loading Loading
bin/reproducible_html_nodes_info.sh +7 −7 Original line number Diff line number Diff line Loading @@ -143,9 +143,9 @@ build_nodes_health_page() { build_graph_overview_pages() { # # munin nodes daily/weekly pages # munin nodes daily/weekly/monthly pages # for TYPE in daily weekly ; do for TYPE in daily weekly monthly ; do VIEW=nodes_${TYPE}_graphs PAGE=index_${VIEW}.html ARCH=amd64 Loading Loading @@ -186,11 +186,11 @@ build_graph_overview_pages() { esac fi write_page "<td><a href='https://jenkins.debian.net/munin/debian.net/$NODE/$GRAPH.html'>" if [ "$TYPE" = "daily" ] ; then IMG=day.png else IMG=week.png fi case "$TYPE" in daily) IMG=day.png ;; weekly) IMG=week.png ;; monthy) IMG=month.png ;; esac write_page "<img src='https://jenkins.debian.net/munin/debian.net/$NODE/${GRAPH}-${IMG}' width='150' /></a></td>" done write_page "</tr>" Loading
mustache-templates/reproducible/main_navigation.mustache +3 −0 Original line number Diff line number Diff line Loading @@ -191,6 +191,9 @@ <li {{#nodes_weekly_graphs}}class='active'{{/nodes_weekly_graphs}}> <a href="/debian/index_nodes_weekly_graphs.html">weekly graphs</a> </li> <li {{#nodes_monthly_graphs}}class='active'{{/nodes_monthly_graphs}}> <a href="/debian/index_nodes_monthly_graphs.html">monthly graphs</a> </li> </ul></li> </ul></li> </ul> Loading