Commit e33b6d15 authored by Holger Levsen's avatar Holger Levsen
Browse files

reproducible: swap order of bugs(_state) graphs

parent 2de50e09
...@@ -442,7 +442,7 @@ create_dashboard_page() { ...@@ -442,7 +442,7 @@ create_dashboard_page() {
write_usertag_table write_usertag_table
write_page "</p><p style=\"clear:both;\">" write_page "</p><p style=\"clear:both;\">"
# do other global graphs # 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>" write_page " <a href=\"/${TABLE[$i]}.png\"><img src=\"/${TABLE[$i]}.png\" class="halfview" alt=\"${MAINLABEL[$i]}\"></a>"
# redo pngs once a day # redo pngs once a day
if [ ! -f $BASE/${TABLE[$i]}.png ] || [ ! -z $(find $BASE -maxdepth 1 -mtime +0 -name ${TABLE[$i]}.png) ] ; then if [ ! -f $BASE/${TABLE[$i]}.png ] || [ ! -z $(find $BASE -maxdepth 1 -mtime +0 -name ${TABLE[$i]}.png) ] ; then
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment