diff options
Diffstat (limited to 'go')
| -rw-r--r-- | go/weed/weed_server/master_ui/templates.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/go/weed/weed_server/master_ui/templates.go b/go/weed/weed_server/master_ui/templates.go index 0e65f6a17..e9ee2d8d2 100644 --- a/go/weed/weed_server/master_ui/templates.go +++ b/go/weed/weed_server/master_ui/templates.go @@ -54,7 +54,7 @@ var StatusTpl = template.Must(template.New("status").Parse(`<!DOCTYPE html> <table class="table table-condensed table-striped"> <tr> <th>Concurrent Connections</th> - <td>{{ .Counters.Connections.WeekCounter.Count }}</td> + <td>{{ .Counters.Connections.WeekCounter.Sum }}</td> </tr> {{ range $key, $val := .Stats }} <tr> |
