From 41cc82aa4ddb286603b5a79dd113dd04c83168f4 Mon Sep 17 00:00:00 2001 From: John Cowen Date: Mon, 29 Jun 2020 15:29:20 +0100 Subject: [PATCH] ui: Don't hide TTL check output (#8187) We'd assumed that TTL check outputs shouldn't be shown as it seemed like they never had outputs, but they can be submitted with notes, which are then converted into the output. This unhides the output for TTLs and treats them exactly the same as other healthchecks. --- ui-v2/app/components/healthcheck-list/index.hbs | 2 -- 1 file changed, 2 deletions(-) diff --git a/ui-v2/app/components/healthcheck-list/index.hbs b/ui-v2/app/components/healthcheck-list/index.hbs index f510c94240..6cb6fc0833 100644 --- a/ui-v2/app/components/healthcheck-list/index.hbs +++ b/ui-v2/app/components/healthcheck-list/index.hbs @@ -33,13 +33,11 @@
{{or item.Notes '-'}}
- {{#if (not-eq item.Type 'ttl')}}
Output
{{item.Output}}
- {{/if}}