|
@@ -67,7 +67,7 @@ td {
|
|
|
<td>${cur.p95?string("#.##")}</td>
|
|
|
<td>${cur.p98?string("#.##")}</td>
|
|
|
<td>${cur.p99?string("#.##")}</td>
|
|
|
- <td>${cur.errorCount?c} (${cur.errorMeanRate})</td>
|
|
|
+ <td>${cur.errorCount?c} (${cur.errorMeanRate?string("#.##")})</td>
|
|
|
<td>${cur.errorPercent?string.percent}</td>
|
|
|
</tr>
|
|
|
</#list>
|