summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.sh
diff options
context:
space:
mode:
authorValerie R Young <spectranaut@riseup.net>2017-06-13 10:38:31 -0400
committerHolger Levsen <holger@layer-acht.org>2017-06-13 17:07:18 +0200
commitf117cc84e6a19d5f680e52975b3601dd87e17229 (patch)
treec8b255723227888a8064064d20153817384b3ab1 /bin/reproducible_common.sh
parent43d7cc544deca3807ae6297247906c027f951e84 (diff)
downloadjenkins.debian.net-f117cc84e6a19d5f680e52975b3601dd87e17229.tar.xz
reproducible Debian: add highlighting for nodes_health
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/reproducible_common.sh')
-rwxr-xr-xbin/reproducible_common.sh2
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=''