ui: Remove headers from the Healthchecks tab (#7751)

This commit is contained in:
Kenia 2020-05-01 10:55:12 -04:00 committed by John Cowen
parent a9bc935391
commit f7de8dc665
1 changed files with 0 additions and 2 deletions

View File

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