diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-11-26 02:28:39 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-11-26 02:28:39 +0100 |
commit | e33b6d155c7334a49b31325c057be1b522b3ea63 (patch) | |
tree | 3868538166bdafd9df6b2dcead2ff62726a78ba6 | |
parent | 2de50e098c4ffd2f0ef3c34da759e1ec1ee27a67 (diff) | |
download | jenkins.debian.net-e33b6d155c7334a49b31325c057be1b522b3ea63.tar.xz |
reproducible: swap order of bugs(_state) graphs
-rwxr-xr-x | bin/reproducible_html_dashboard.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_dashboard.sh b/bin/reproducible_html_dashboard.sh index 9ba3ed91..48030713 100755 --- a/bin/reproducible_html_dashboard.sh +++ b/bin/reproducible_html_dashboard.sh @@ -442,7 +442,7 @@ create_dashboard_page() { write_usertag_table write_page "</p><p style=\"clear:both;\">" # do other global graphs - for i in 3 7 8 9 4 5 ; do + for i in 8 9 3 7 4 5 ; do write_page " <a href=\"/${TABLE[$i]}.png\"><img src=\"/${TABLE[$i]}.png\" class="halfview" alt=\"${MAINLABEL[$i]}\"></a>" # redo pngs once a day if [ ! -f $BASE/${TABLE[$i]}.png ] || [ ! -z $(find $BASE -maxdepth 1 -mtime +0 -name ${TABLE[$i]}.png) ] ; then |