From 8b6b2a01f683f00db65d14b7dcd93de36af0688a Mon Sep 17 00:00:00 2001 From: Kenia <19161242+kaxcode@users.noreply.github.com> Date: Fri, 1 May 2020 10:55:12 -0400 Subject: [PATCH] ui: Remove headers from the Healthchecks tab (#7751) --- ui-v2/app/templates/dc/services/instance/healthchecks.hbs | 2 -- 1 file changed, 2 deletions(-) diff --git a/ui-v2/app/templates/dc/services/instance/healthchecks.hbs b/ui-v2/app/templates/dc/services/instance/healthchecks.hbs index 1a5619d3ab..cb61592e05 100644 --- a/ui-v2/app/templates/dc/services/instance/healthchecks.hbs +++ b/ui-v2/app/templates/dc/services/instance/healthchecks.hbs @@ -2,7 +2,6 @@
{{#if (gt item.ServiceChecks.length 0) }}
-

Service Checks

{{else}} @@ -12,7 +11,6 @@ {{/if}} {{#if (gt item.NodeChecks.length 0) }}
-

Node Checks

{{else}}