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">
|
<div role="tabpanel">
|
||||||
{{#if (gt item.ServiceChecks.length 0) }}
|
{{#if (gt item.ServiceChecks.length 0) }}
|
||||||
<section data-test-service-checks>
|
<section data-test-service-checks>
|
||||||
<h3>Service Checks</h3>
|
|
||||||
<HealthcheckList @items={{item.ServiceChecks}} @exposed={{proxy.ServiceProxy.Expose.Checks}} />
|
<HealthcheckList @items={{item.ServiceChecks}} @exposed={{proxy.ServiceProxy.Expose.Checks}} />
|
||||||
</section>
|
</section>
|
||||||
{{else}}
|
{{else}}
|
||||||
|
@ -12,7 +11,6 @@
|
||||||
{{/if}}
|
{{/if}}
|
||||||
{{#if (gt item.NodeChecks.length 0) }}
|
{{#if (gt item.NodeChecks.length 0) }}
|
||||||
<section data-test-node-checks>
|
<section data-test-node-checks>
|
||||||
<h3>Node Checks</h3>
|
|
||||||
<HealthcheckList @items={{item.NodeChecks}} />
|
<HealthcheckList @items={{item.NodeChecks}} />
|
||||||
</section>
|
</section>
|
||||||
{{else}}
|
{{else}}
|
||||||
|
|
Loading…
Reference in New Issue