diff options
author | Holger Levsen <holger@layer-acht.org> | 2017-06-13 17:09:37 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-06-13 17:09:37 +0200 |
commit | 762bfd821b49a8a939aaada9152ebad420f12072 (patch) | |
tree | 3ec7248317a1d9bc266b60b86f78e27a6dc35059 | |
parent | f117cc84e6a19d5f680e52975b3601dd87e17229 (diff) | |
download | jenkins.debian.net-762bfd821b49a8a939aaada9152ebad420f12072.tar.xz |
reproducible Debian: add highlighting for nodes_(daily|weekly)_graphs
Signed-off-by: Holger Levsen <holger@layer-acht.org>
-rwxr-xr-x | bin/reproducible_common.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh index 7c62b52c..9b24b321 100755 --- a/bin/reproducible_common.sh +++ b/bin/reproducible_common.sh @@ -182,7 +182,7 @@ write_page_header() { fi # Used to highlight the link for the current page - if [ "$1" = "dashboard" ] || [ "$1" = "performance" ] || [ "$1" = "repositories" ] || [ "$1" = "variations" ] || [ "$1" = "suite_arch_stats" ] || [ "$1" = "bugs" ] || [ "$1" = "nodes_health" ] ; then + if [ "$1" = "dashboard" ] || [ "$1" = "performance" ] || [ "$1" = "repositories" ] || [ "$1" = "variations" ] || [ "$1" = "suite_arch_stats" ] || [ "$1" = "bugs" ] || [ "$1" = "nodes_health" ] || [ "$1" = "nodes_weekly_graphs" ] || [ "$1" = "nodes_daily_graphs" ] then displayed_page="\"$1\": \"true\"" else displayed_page='' |