master ui add raft stats and Max Volume Id

This commit is contained in:
Konstantin Lebedev
2022-04-07 20:52:01 +05:00
parent a2fdb3e277
commit 104ea7b029
2 changed files with 12 additions and 0 deletions

View File

@@ -64,6 +64,17 @@
</tr>
{{ end }}
</table>
<h2>Raft Stats</h2>
<table class="table table-condensed table-striped">
<tr>
<th>applied_index</th>
<td>{{ .RaftServer.Stats.applied_index }}</td>
</tr>
<tr>
<th>last_log_term</th>
<td>{{ .RaftServer.Stats.last_log_term }}</td>
</tr>
</table>
</div>
</div>