Merge remote-tracking branch 'origin/master' into prod
* origin/master: graph legend: summary: link AP to AP graph
This commit is contained in:
commit
3d6f9bc4d0
3
index
3
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
|
||||
|
||||
@ -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;
|
||||
}
|
||||
|
||||
@ -5,7 +5,7 @@ show_current_level() {
|
||||
<table class="curlevel" style="width:$(( graph_width + 97 ))px">
|
||||
<tr class="curlevel">
|
||||
<td class="curlevel">L$curlevel</td>
|
||||
<td class="curAP">$(printf "%'li" ${last["AP"]}) AP</td>
|
||||
<td class="curAP"><a class="AP" href="?hist&start=$start&end=$end#AP">$(printf "%'li" ${last["AP"]}) AP</a></td>
|
||||
<td class="curbadge">
|
||||
EOHTML
|
||||
for stat in ${bronzes[@]}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user