mirror of https://github.com/status-im/consul.git
ui: Remove headers from the Healthchecks tab (#7751)
This commit is contained in:
parent
61d7e9ba87
commit
8b6b2a01f6
|
@ -2,7 +2,6 @@
|
|||
<div role="tabpanel">
|
||||
{{#if (gt item.ServiceChecks.length 0) }}
|
||||
<section data-test-service-checks>
|
||||
<h3>Service Checks</h3>
|
||||
<HealthcheckList @items={{item.ServiceChecks}} @exposed={{proxy.ServiceProxy.Expose.Checks}} />
|
||||
</section>
|
||||
{{else}}
|
||||
|
@ -12,7 +11,6 @@
|
|||
{{/if}}
|
||||
{{#if (gt item.NodeChecks.length 0) }}
|
||||
<section data-test-node-checks>
|
||||
<h3>Node Checks</h3>
|
||||
<HealthcheckList @items={{item.NodeChecks}} />
|
||||
</section>
|
||||
{{else}}
|
||||
|
|
Loading…
Reference in New Issue