mirror of https://github.com/hashicorp/consul
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.pull/8202/head
parent
95f46eb3ed
commit
73e8face3c
|
@ -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