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

This commit is contained in:
John Cowen 2022-04-13 10:34:09 +01:00 committed by GitHub
parent bd1e80f0c6
commit 83799eaea5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -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>