mirror of
https://github.com/status-im/consul.git
synced 2025-01-10 22:06:20 +00:00
ui: can't check if notes/output on run loop
This commit is contained in:
parent
1f447b4a41
commit
487b0dc39b
@ -442,18 +442,9 @@
|
||||
|
||||
<div class="panel-body">
|
||||
<h5>Notes</h5>
|
||||
{{#if check.Notes}}
|
||||
<p>{{ check.Notes }}</p>
|
||||
{{else}}
|
||||
<p>No notes</p>
|
||||
{{/if}}
|
||||
<h5>Output</h5>
|
||||
{{#if check.Output }}
|
||||
<pre>{{check.Output}}</pre>
|
||||
{{else}}
|
||||
<pre>No output</pre>
|
||||
{{/if}}
|
||||
</div>
|
||||
<pre>{{check.output}}</pre>
|
||||
</div>
|
||||
|
||||
{{/each}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user