diff options
-rwxr-xr-x | bin/reproducible_common.sh | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh index 9360bc71..151ca57f 100755 --- a/bin/reproducible_common.sh +++ b/bin/reproducible_common.sh @@ -182,7 +182,15 @@ 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" ] || [ "$1" = "nodes_weekly_graphs" ] || [ "$1" = "nodes_daily_graphs" ] ; 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='' |