Skip to content
Snippets Groups Projects
Commit 9983ee7c authored by John Cowen's avatar John Cowen Committed by Evan Rowe
Browse files

ui: Show read-replica health status (#12758)

parent 88c03933
No related merge requests found
......@@ -24,7 +24,6 @@
{{@item.Name}}
</dd>
{{#if (not @item.ReadReplica)}}
<dt class={{class-map
'health-status'
(array 'healthy' @item.Healthy)
......@@ -34,7 +33,6 @@
<dd>
{{if (contains @item.Status (array 'leader' 'voter')) 'Active voter' 'Backup voter'}}
</dd>
{{/if}}
</dl>
</div>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment