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