WANG hace 5 años
padre
commit
123d647cf5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/main/resources/api-status.html

+ 1 - 1
src/main/resources/api-status.html

@@ -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>