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.
This commit is contained in:
parent
c2a1322894
commit
3dfb0d3b4d
|
@ -33,13 +33,11 @@
|
|||
<dd>{{or item.Notes '-'}}</dd>
|
||||
</dl>
|
||||
<dl>
|
||||
{{#if (not-eq item.Type 'ttl')}}
|
||||
<dt>Output</dt>
|
||||
<dd>
|
||||
<pre><code>{{item.Output}}</code></pre>
|
||||
<CopyButton @value={{item.Output}} @name="output" />
|
||||
</dd>
|
||||
{{/if}}
|
||||
</dl>
|
||||
</div>
|
||||
</li>
|
||||
|
|
Loading…
Reference in New Issue