|
@@ -39,7 +39,7 @@
|
|
|
<tr>
|
|
|
<td>${cur.mapping}</td>
|
|
|
<td>${cur.description!}</td>
|
|
|
- <td>${cur.count}</td>
|
|
|
+ <td>${cur.count?c}</td>
|
|
|
<td>${cur.meanRate?string("#.##")}</td>
|
|
|
<td>${cur.oneMinuteRate?string("#.##")}</td>
|
|
|
<td>${cur.fiveMinuteRate?string("#.##")}</td>
|
|
@@ -53,7 +53,7 @@
|
|
|
<td>${cur.p98?string("#.##")}</td>
|
|
|
<td>${cur.p99?string("#.##")}</td>
|
|
|
<td>${cur.p999?string("#.##")}</td>
|
|
|
- <td>${cur.exceptionCount}</td>
|
|
|
+ <td>${cur.exceptionCount?c}</td>
|
|
|
<td>${cur.exceptionMeanRate?string("#.##")}</td>
|
|
|
<td>${cur.exceptionOneMinuteRate?string("#.##")}</td>
|
|
|
<td>${cur.exceptionFiveMinuteRate?string("#.##")}</td>
|