[ui] BUG FIXED: Concurrent Connections incorrect.

This commit is contained in:
yanyiwu 2015-04-20 21:50:07 +08:00
parent 9cd221cc33
commit c65b9588e2

View File

@ -54,7 +54,7 @@ var StatusTpl = template.Must(template.New("status").Parse(`<!DOCTYPE html>
<table class="table table-condensed table-striped"> <table class="table table-condensed table-striped">
<tr> <tr>
<th>Concurrent Connections</th> <th>Concurrent Connections</th>
<td>{{ .Counters.Connections.WeekCounter.Count }}</td> <td>{{ .Counters.Connections.WeekCounter.Sum }}</td>
</tr> </tr>
{{ range $key, $val := .Stats }} {{ range $key, $val := .Stats }}
<tr> <tr>