diff options
author | Valerie R Young <spectranaut@riseup.net> | 2017-06-13 10:38:31 -0400 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-06-13 17:07:18 +0200 |
commit | f117cc84e6a19d5f680e52975b3601dd87e17229 (patch) | |
tree | c8b255723227888a8064064d20153817384b3ab1 | |
parent | 43d7cc544deca3807ae6297247906c027f951e84 (diff) | |
download | jenkins.debian.net-f117cc84e6a19d5f680e52975b3601dd87e17229.tar.xz |
reproducible Debian: add highlighting for nodes_health
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 7f0f4445..7c62b52c 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" ] ; then + if [ "$1" = "dashboard" ] || [ "$1" = "performance" ] || [ "$1" = "repositories" ] || [ "$1" = "variations" ] || [ "$1" = "suite_arch_stats" ] || [ "$1" = "bugs" ] || [ "$1" = "nodes_health" ] ; then displayed_page="\"$1\": \"true\"" else displayed_page='' |