diff --git a/weed/server/master_ui/masterNewRaft.html b/weed/server/master_ui/masterNewRaft.html
index 24271b503..5f16d73a1 100644
--- a/weed/server/master_ui/masterNewRaft.html
+++ b/weed/server/master_ui/masterNewRaft.html
@@ -1,121 +1,124 @@
+
SeaweedFS {{ .Version }}
+
-
-
+
+
+
+
+
+
Cluster status
+
+
+
+ | Volume Size Limit |
+ {{ .VolumeSizeLimitMB }}MB |
+
+
+ | Free |
+ {{ .Topology.Free }} |
+
+
+ | Max |
+ {{ .Topology.Max }} |
+
+ {{ with .RaftServer }}
+
+ | Leader |
+ {{ .Leader }} |
+
+
+ | Other Masters |
+
+
+ {{ range $k, $p := .GetConfiguration.Configuration.Servers }}
+ - {{ $p.ID }}
+ {{ end }}
+
+ |
+
+ {{ end }}
+
+
+
-
-
-
Cluster status
-
+
+
System Stats
+
+
+ | Concurrent Connections |
+ {{ .Counters.Connections.WeekCounter.Sum }} |
+
+ {{ range $key, $val := .Stats }}
+
+ | {{ $key }} |
+ {{ $val }} |
+
+ {{ end }}
+
+
Raft Stats
+
+
+ | applied_index |
+ {{ .RaftServer.Stats.applied_index }} |
+
+
+ | last_log_term |
+ {{ .RaftServer.Stats.last_log_term }} |
+
+
+
+
+
+
+
Topology
+
+
+
+ | Data Center |
+ Rack |
+ RemoteAddr |
+ #Volumes |
+ Volume Ids |
+ #ErasureCodingShards |
+ Max |
+
+
-
- | Volume Size Limit |
- {{ .VolumeSizeLimitMB }}MB |
-
-
- | Free |
- {{ .Topology.Free }} |
-
-
- | Max |
- {{ .Topology.Max }} |
-
- {{ with .RaftServer }}
-
- | Leader |
- {{ .Leader }} |
-
-
- | Other Masters |
-
- |
+ {{ $dn.Volumes }} |
+ {{ $dn.VolumeIds}} |
+ {{ $dn.EcShards }} |
+ {{ $dn.Max }} |
+
+ {{ end }}
+ {{ end }}
+ {{ end }}
-
-
System Stats
-
-
- | Concurrent Connections |
- {{ .Counters.Connections.WeekCounter.Sum }} |
-
- {{ range $key, $val := .Stats }}
-
- | {{ $key }} |
- {{ $val }} |
-
- {{ end }}
-
-
Raft Stats
-
-
- | applied_index |
- {{ .RaftServer.Stats.applied_index }} |
-
-
- | last_log_term |
- {{ .RaftServer.Stats.last_log_term }} |
-
-
-
-
-
-
Topology
-
-
-
- | Data Center |
- Rack |
- RemoteAddr |
- #Volumes |
- Volume Ids |
- #ErasureCodingShards |
- Max |
-
-
-
- {{ range $dc_index, $dc := .Topology.DataCenters }}
- {{ range $rack_index, $rack := $dc.Racks }}
- {{ range $dn_index, $dn := $rack.DataNodes }}
-
- {{ $dc.Id }} |
- {{ $rack.Id }} |
- {{ $dn.Url }}
- {{ if ne $dn.PublicUrl $dn.Url }}
- / {{ $dn.PublicUrl }}
- {{ end }}
- |
- {{ $dn.Volumes }} |
- {{ $dn.VolumeIds}} |
- {{ $dn.EcShards }} |
- {{ $dn.Max }} |
-
- {{ end }}
- {{ end }}
- {{ end }}
-
-
-
-
-
-
+
+