Browse Source

adjust name to avoid confusion

pull/694/head
Chris Lu 7 years ago
parent
commit
a09ef6002a
  1. 2
      weed/server/master_ui/templates.go

2
weed/server/master_ui/templates.go

@ -39,7 +39,7 @@ var StatusTpl = template.Must(template.New("status").Parse(`<!DOCTYPE html>
<td><a href="http://{{ .Leader }}">{{ .Leader }}</a></td>
</tr>
<tr>
<td class="col-sm-2 field-label"><label>Peers:</label></td>
<td class="col-sm-2 field-label"><label>Other Masters:</label></td>
<td class="col-sm-10"><ul class="list-unstyled">
{{ range $k, $p := .Peers }}
<li><a href="{{ $p.ConnectionString }}">{{ $p.Name }}</a></li>

Loading…
Cancel
Save