ui: Show read-replica health status (#12758)
This commit is contained in:
parent
bd1e80f0c6
commit
83799eaea5
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue