diff --git a/ui/index.html b/ui/index.html index fb662d548..a2a584b66 100644 --- a/ui/index.html +++ b/ui/index.html @@ -442,18 +442,9 @@
Notes
- {{#if check.Notes}}

{{ check.Notes }}

- {{else}} -

No notes

- {{/if}}
Output
- {{#if check.Output }} -
{{check.Output}}
- {{else}} -
No output
- {{/if}} -
+
{{check.output}}
{{/each}}