From 3dfb0d3b4df99bfee6f66813749df4a5fa4d09b7 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 f510c9424..6cb6fc083 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}}