HBASE-20114 Fix IllegalFormatConversionException in rsgroup.jsp

Repplication. Was reverted earlier.
This commit is contained in:
haxiaolin 2018-03-02 11:21:12 +08:00 committed by Michael Stack
parent 71cc7869db
commit 78c02c5081
1 changed files with 1 additions and 1 deletions

View File

@ -254,7 +254,7 @@
%>
<tr>
<td><a href="<%= url %>"><%= serverName.getServerName() %></a></td>
<td><%= String.format("%.0f", sl.getRequestCountPerSecond()) %></td>
<td><%= sl.getRequestCountPerSecond() %></td>
<td><%= readRequestCount %></td>
<td><%= writeRequestCount %></td>
</tr>