Skip to content

Commit

Permalink
Fix health indicator
Browse files Browse the repository at this point in the history
  • Loading branch information
NHAS committed Apr 27, 2024
1 parent 230a31f commit 05f2f1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/templates/menus.html
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ <h6 class="collapse-header">Tools:</h6>
<div class="nav-link">
<span class="mr-2 d-none d-lg-inline text-gray-600 small">
<div title="{{.ClusterState}}" class="status
{{if eq .ClusterState " healthy" }}open{{ else if eq .ClusterState "dead"
{{if eq .ClusterState "healthy" }}open{{ else if eq .ClusterState "dead"
}}dead{{else}}in-progress{{end}}">{{.ServerID}}</div>
</span>
</div>
Expand Down

0 comments on commit 05f2f1c

Please sign in to comment.