WANG 5 năm trước cách đây
mục cha
commit
123d647cf5
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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>