aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2018-07-19 01:46:18 -0700
committerChris Lu <chris.lu@gmail.com>2018-07-19 01:46:18 -0700
commita09ef6002a85df402caf7c8dc74dad7e196a3edf (patch)
treebae47c3cd56332159ef132ac08f66dc9afef9395
parent7abfab8e77275f97cbc04e048e7d6b6a5ab7b140 (diff)
downloadseaweedfs-a09ef6002a85df402caf7c8dc74dad7e196a3edf.tar.xz
seaweedfs-a09ef6002a85df402caf7c8dc74dad7e196a3edf.zip
adjust name to avoid confusion
-rw-r--r--weed/server/master_ui/templates.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/server/master_ui/templates.go b/weed/server/master_ui/templates.go
index bfce617c5..554ed3a11 100644
--- a/weed/server/master_ui/templates.go
+++ b/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>