Browse Source

[ui] BUG FIXED: Concurrent Connections incorrect.

pull/127/head
yanyiwu 10 years ago
parent
commit
c65b9588e2
  1. 2
      go/weed/weed_server/master_ui/templates.go

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

Loading…
Cancel
Save