diff --git a/index b/index index 947e29f..48574d2 100755 --- a/index +++ b/index @@ -595,7 +595,6 @@ else "${thresholds[@]}" \ TICK:fail#ffffa0:1.0 \ VRULE:$now#000000 \ - 'GPRINT:data:MIN:min %6.2lf%S' \ - 'GPRINT:data:MAX:\tmax %6.2lf%S' \ + 'GPRINT:data:MAX:%6.2lf%S' \ "${next[@]}" fi diff --git a/ingrrd.css b/ingrrd.css index 5b3d2d0..b8fa4cc 100644 --- a/ingrrd.css +++ b/ingrrd.css @@ -80,6 +80,12 @@ tr.curlevel { background: lightgreen; } +a.AP { + color: rgb(105, 105, 0); + text-decoration: none; + font-weight: bold; +} + tr.nextlevel { background: lightgrey; } diff --git a/lib/show_current_level b/lib/show_current_level index 25d67c0..5412104 100644 --- a/lib/show_current_level +++ b/lib/show_current_level @@ -5,7 +5,7 @@ show_current_level() {
| L$curlevel | -$(printf "%'li" ${last["AP"]}) AP | +$(printf "%'li" ${last["AP"]}) AP | EOHTML for stat in ${bronzes[@]} |