Use more reasonable defaults
This commit is contained in:
parent
d4bb902410
commit
f20e5d36a6
1 changed files with 3 additions and 3 deletions
|
|
@ -85,17 +85,17 @@
|
|||
<dt><% gettext Requests %></dt>
|
||||
<dd>
|
||||
<% gettext '{0} total' <% param.requestCount %> %>,
|
||||
<% gettext '{0} in the last 5 min.' <% param.requestsPerUnit default=n.a. %> %>
|
||||
<% gettext '{0} in the last 5 min.' <% param.requestsPerUnit default=0 %> %>
|
||||
</dd>
|
||||
<dt><% gettext 'Errors' %></dt>
|
||||
<dd>
|
||||
<% gettext '{0} total' <% param.errorCount %> %>,
|
||||
<% gettext '{0} in the last 5 min.' <% param.errorsPerUnit default=n.a. %> %>
|
||||
<% gettext '{0} in the last 5 min.' <% param.errorsPerUnit default=0 %> %>
|
||||
</dd>
|
||||
<dt><% gettext 'Error Ratio' %></dt>
|
||||
<dd>
|
||||
<% gettext '{0}% total' <% param.errorRatio %> %>,
|
||||
<% gettext '{0}% in the last 5 min.' <% param.errorRatioPerUnit %> %>
|
||||
<% gettext '{0}% in the last 5 min.' <% param.errorRatioPerUnit default=0 %> %>
|
||||
</dd>
|
||||
<dt><% gettext 'Xml-Rpc Count' %></dt>
|
||||
<dd><% ngettext '{0} request' '{0} requests' <% param.xmlrpcCount %> %></dd>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue